#331945

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

Shades of Blackcurrant #331945

Tints of Blackcurrant #331945

Color information

#331945 (or 0x331945) is unknown color: approx Blackcurrant. HEX triplet: 33, 19 and 45. RGB value is (51,25,69). Sum of RGB (Red+Green+Blue) = 51+25+69=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #331945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331945 is #CCE6BA. Grayscale: #252525. Windows color (decimal): -13428411 or 4528435. OLE color: 4528435.

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

Color convert

RGB512569-
CMYK0.260.6400.73
HSL275.45º46.81%18.43%-
HSV(B)275.45º63.77%27.06%-
XYZ2.791.835.84-
YUV37.79145.61137.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=35.17%
G=17.24%
B=47.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5125690.260.6400.73275.4546.8118.43
Hex3319451A400491132f12
Octal63311053210001114235722
Binary1100111100110001011101010000000100100110001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331945; }

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

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

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

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

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

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

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

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