#331F39

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

Shades of Blackcurrant #331F39

Tints of Blackcurrant #331F39

Color information

#331F39 (or 0x331F39) is unknown color: approx Blackcurrant. HEX triplet: 33, 1F and 39. RGB value is (51,31,57). Sum of RGB (Red+Green+Blue) = 51+31+57=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #331F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F39 is #CCE0C6. Grayscale: #272727. Windows color (decimal): -13426887 or 3743539. OLE color: 3743539.

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

Color convert

RGB513157-
CMYK0.110.4600.78
HSL286.15º29.55%17.25%-
HSV(B)286.15º45.61%22.35%-
XYZ2.591.984.12-
YUV39.94137.63135.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=36.69%
G=22.30%
B=41.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5131570.110.4600.78286.1529.5517.25
Hex331F39B2E04E11e1e11
Octal633771135601164363621
Binary110011111111110011011101110010011101000111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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