#331D39

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

Shades of Blackcurrant #331D39

Tints of Blackcurrant #331D39

Color information

#331D39 (or 0x331D39) is unknown color: approx Blackcurrant. HEX triplet: 33, 1D and 39. RGB value is (51,29,57). Sum of RGB (Red+Green+Blue) = 51+29+57=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #331D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D39 is #CCE2C6. Grayscale: #262626. Windows color (decimal): -13427399 or 3743027. OLE color: 3743027.

HSL color Cylindrical-coordinate representation of color #331D39: hue angle of 287.14º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331D39 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512957-
CMYK0.110.4900.78
HSL287.14º32.56%16.86%-
HSV(B)287.14º49.12%22.35%-
XYZ2.541.884.1-
YUV38.77138.29136.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=37.23%
G=21.17%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5129570.110.4900.78287.1432.5616.86
Hex331D39B3104E11f2111
Octal633571136101164374121
Binary1100111110111100110111100010100111010001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D39; }

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

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

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

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

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

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

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

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