#331944

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

Shades of Blackcurrant #331944

Tints of Blackcurrant #331944

Color information

#331944 (or 0x331944) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 44. RGB value is (51,25,68). Sum of RGB (Red+Green+Blue) = 51+25+68=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #331944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331944 is #CCE6BB. Grayscale: #252525. Windows color (decimal): -13428412 or 4462899. OLE color: 4462899.

HSL color Cylindrical-coordinate representation of color #331944: hue angle of 276.28º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331944 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB512568-
CMYK0.250.6300.73
HSL276.28º46.24%18.24%-
HSV(B)276.28º63.24%26.67%-
XYZ2.761.825.67-
YUV37.68145.11137.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=35.42%
G=17.36%
B=47.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5125680.250.6300.73276.2846.2418.24
Hex331944193F0491142e12
Octal6331104317701114245622
Binary110011110011000100110011111110100100110001010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331944; }

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

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

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

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

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

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

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

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