#21032C

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

Shades of Blackcurrant #21032C

Tints of Blackcurrant #21032C

Color information

#21032C (or 0x21032C) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 2C. RGB value is (33,3,44). Sum of RGB (Red+Green+Blue) = 33+3+44=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #21032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21032C is #DEFCD3. Grayscale: #101010. Windows color (decimal): -14613716 or 2884385. OLE color: 2884385.

HSL color Cylindrical-coordinate representation of color #21032C: hue angle of 283.9º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21032C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB33344-
CMYK0.250.9300.83
HSL283.9º87.23%9.22%-
HSV(B)283.9º93.18%17.25%-
XYZ1.110.572.43-
YUV16.64143.44139.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 44 (17.58% from 255) = 55%
R=41.25%
G=3.75%
B=55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal333440.250.9300.83283.987.239.22
Hex2132C195D05311c579
Octal4135431135012343412711
Binary100001111011001100110111010101001110001110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,3,44); }

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

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

 a { background-color: rgb(33,3,44); }

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

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

 span { border-color: rgb(33,3,44); }

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