#331345

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

Shades of Blackcurrant #331345

Tints of Blackcurrant #331345

Color information

#331345 (or 0x331345) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 45. RGB value is (51,19,69). Sum of RGB (Red+Green+Blue) = 51+19+69=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #331345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331345 is #CCECBA. Grayscale: #222222. Windows color (decimal): -13429947 or 4526899. OLE color: 4526899.

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

Color convert

RGB511969-
CMYK0.260.7200.73
HSL278.4º56.82%17.25%-
HSV(B)278.4º72.46%27.06%-
XYZ2.671.65.8-
YUV34.27147.6139.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=36.69%
G=13.67%
B=49.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5119690.260.7200.73278.456.8217.25
Hex3313451A480491163911
Octal63231053211001114267121
Binary1100111001110001011101010010000100100110001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331345; }

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

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

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

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

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

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

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

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