#311943

Color #311943 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #311943

Tints of Blackcurrant #311943

Color information

#311943 (or 0x311943) is unknown color: approx Blackcurrant. HEX triplet: 31, 19 and 43. RGB value is (49,25,67). Sum of RGB (Red+Green+Blue) = 49+25+67=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #311943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311943 is #CEE6BC. Grayscale: #242424. Windows color (decimal): -13559485 or 4397361. OLE color: 4397361.

HSL color Cylindrical-coordinate representation of color #311943: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311943 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB492567-
CMYK0.270.6300.74
HSL274.29º45.65%18.04%-
HSV(B)274.29º62.69%26.27%-
XYZ2.631.755.51-
YUV36.96144.95136.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=34.75%
G=17.73%
B=47.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4925670.270.6300.74274.2945.6518.04
Hex3119431B3F04A1122e12
Octal6131103337701124225622
Binary110001110011000011110111111110100101010001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311943; }

 p { color: rgb(49,25,67); }

 H1.HeaderClassName
 {
   color: #311943;
 }
 .AnyTagClassName
 {
   color: #311943;
 }
</style>
background-color css

<style>
 a { background-color: #311943; }

 a { background-color: rgb(49,25,67); }

 div.DivClassName
 {
   background-color: #311943;
 }
 .BgClassName
 {
   background-color: #311943;
 }
</style>
border-color css

<style>
 span { border-color: #311943; }

 span { border-color: rgb(49,25,67); }

 td.TdClassName
 {
   border-color: #311943;
 }
 .TagClassName
 {
   border-color: #311943;
 }
</style>