#33153C

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

Shades of Blackcurrant #33153C

Tints of Blackcurrant #33153C

Color information

#33153C (or 0x33153C) is unknown color: approx Blackcurrant. HEX triplet: 33, 15 and 3C. RGB value is (51,21,60). Sum of RGB (Red+Green+Blue) = 51+21+60=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #33153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33153C is #CCEAC3. Grayscale: #222222. Windows color (decimal): -13429444 or 3937587. OLE color: 3937587.

HSL color Cylindrical-coordinate representation of color #33153C: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33153C is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB512160-
CMYK0.150.6500.76
HSL286.15º48.15%15.88%-
HSV(B)286.15º65%23.53%-
XYZ2.451.574.45-
YUV34.42142.44139.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=38.64%
G=15.91%
B=45.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5121600.150.6500.76286.1548.1515.88
Hex33153CF4104C11e3010
Octal6325741710101144366020
Binary11001110101111100111110000010100110010001111011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33153C; }

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

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

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

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

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

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

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

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