#33154F

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

Shades of Blackcurrant #33154F

Tints of Blackcurrant #33154F

Color information

#33154F (or 0x33154F) is unknown color: approx Blackcurrant. HEX triplet: 33, 15 and 4F. RGB value is (51,21,79). Sum of RGB (Red+Green+Blue) = 51+21+79=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #33154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33154F is #CCEAB0. Grayscale: #242424. Windows color (decimal): -13429425 or 5182771. OLE color: 5182771.

HSL color Cylindrical-coordinate representation of color #33154F: hue angle of 271.03º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33154F is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB512179-
CMYK0.350.7300.69
HSL271.03º58%19.61%-
HSV(B)271.03º73.42%30.98%-
XYZ3.041.87.58-
YUV36.58151.94138.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=33.77%
G=13.91%
B=52.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5121790.350.7300.69271.035819.61
Hex33154F234904510f3a14
Octal63251174311101054177224
Binary11001110101100111110001110010010100010110000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33154F; }

 p { color: rgb(51,21,79); }

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

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

 a { background-color: rgb(51,21,79); }

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

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

 span { border-color: rgb(51,21,79); }

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