#311849

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

Shades of Blackcurrant #311849

Tints of Blackcurrant #311849

Color information

#311849 (or 0x311849) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 49. RGB value is (49,24,73). Sum of RGB (Red+Green+Blue) = 49+24+73=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #311849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311849 is #CEE7B6. Grayscale: #242424. Windows color (decimal): -13559735 or 4790321. OLE color: 4790321.

HSL color Cylindrical-coordinate representation of color #311849: hue angle of 270.61º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311849 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB492473-
CMYK0.330.6700.71
HSL270.61º50.52%19.02%-
HSV(B)270.61º67.12%28.63%-
XYZ2.81.796.5-
YUV37.06148.28136.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 73 (28.91% from 255) = 50%
R=33.56%
G=16.44%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4924730.330.6700.71270.6150.5219.02
Hex311849214304710f3313
Octal61301114110301074176323
Binary11000111000100100110000110000110100011110000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311849; }

 p { color: rgb(49,24,73); }

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

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

 a { background-color: rgb(49,24,73); }

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

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

 span { border-color: rgb(49,24,73); }

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