#331939

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

Shades of Blackcurrant #331939

Tints of Blackcurrant #331939

Color information

#331939 (or 0x331939) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 39. RGB value is (51,25,57). Sum of RGB (Red+Green+Blue) = 51+25+57=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #331939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331939 is #CCE6C6. Grayscale: #242424. Windows color (decimal): -13428423 or 3742003. OLE color: 3742003.

HSL color Cylindrical-coordinate representation of color #331939: hue angle of 288.75º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #331939 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512557-
CMYK0.110.5600.78
HSL288.75º39.02%16.08%-
HSV(B)288.75º56.14%22.35%-
XYZ2.451.694.07-
YUV36.42139.61138.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=38.35%
G=18.80%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5125570.110.5600.78288.7539.0216.08
Hex331939B3804E1212710
Octal633171137001164414720
Binary1100111100111100110111110000100111010010000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331939; }

 p { color: rgb(51,25,57); }

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

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

 a { background-color: rgb(51,25,57); }

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

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

 span { border-color: rgb(51,25,57); }

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