#331441

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

Shades of Blackcurrant #331441

Tints of Blackcurrant #331441

Color information

#331441 (or 0x331441) is unknown color: approx Blackcurrant. HEX triplet: 33, 14 and 41. RGB value is (51,20,65). Sum of RGB (Red+Green+Blue) = 51+20+65=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #331441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331441 is #CCEBBE. Grayscale: #222222. Windows color (decimal): -13429695 or 4265011. OLE color: 4265011.

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

Color convert

RGB512065-
CMYK0.220.6900.75
HSL281.33º52.94%16.67%-
HSV(B)281.33º69.23%25.49%-
XYZ2.571.595.17-
YUV34.4145.27139.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=37.5%
G=14.71%
B=47.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5120650.220.6900.75281.3352.9416.67
Hex331441164504B1193511
Octal63241012610501134316521
Binary1100111010010000011011010001010100101110001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331441; }

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

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

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

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

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

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

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

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