#331349

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

Shades of Blackcurrant #331349

Tints of Blackcurrant #331349

Color information

#331349 (or 0x331349) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 49. RGB value is (51,19,73). Sum of RGB (Red+Green+Blue) = 51+19+73=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #331349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331349 is #CCECB6. Grayscale: #222222. Windows color (decimal): -13429943 or 4789043. OLE color: 4789043.

HSL color Cylindrical-coordinate representation of color #331349: hue angle of 275.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #331349 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB511973-
CMYK0.300.7400.71
HSL275.56º58.7%18.04%-
HSV(B)275.56º73.97%28.63%-
XYZ2.81.656.47-
YUV34.72149.6139.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=35.66%
G=13.29%
B=51.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5119730.300.7400.71275.5658.718.04
Hex3313491E4A0471143b12
Octal63231113611201074247322
Binary1100111001110010011111010010100100011110001010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331349; }

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

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

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

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

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

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

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

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