#331941

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

Shades of Blackcurrant #331941

Tints of Blackcurrant #331941

Color information

#331941 (or 0x331941) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 41. RGB value is (51,25,65). Sum of RGB (Red+Green+Blue) = 51+25+65=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #331941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331941 is #CCE6BE. Grayscale: #252525. Windows color (decimal): -13428415 or 4266291. OLE color: 4266291.

HSL color Cylindrical-coordinate representation of color #331941: hue angle of 279º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #331941 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB512565-
CMYK0.220.6200.75
HSL279º44.44%17.65%-
HSV(B)279º61.54%25.49%-
XYZ2.671.785.2-
YUV37.33143.61137.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=36.17%
G=17.73%
B=46.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5125650.220.6200.7527944.4417.65
Hex331941163E04B1172c12
Octal6331101267601134275422
Binary110011110011000001101101111100100101110001011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331941; }

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

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

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

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

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

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

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

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