#21002C

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

Shades of Blackcurrant #21002C

Tints of Blackcurrant #21002C

Color information

#21002C (or 0x21002C) is unknown color: approx Blackcurrant. HEX triplet: 21, 00 and 2C. RGB value is (33,0,44). Sum of RGB (Red+Green+Blue) = 33+0+44=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #21002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21002C is #DEFFD3. Grayscale: #0E0E0E. Windows color (decimal): -14614484 or 2883617. OLE color: 2883617.

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

Color convert

RGB33044-
CMYK0.25100.83
HSL285º100%8.63%-
HSV(B)285º100%17.25%-
XYZ1.080.512.42-
YUV14.88144.43140.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal330440.25100.832851008.63
Hex2102C196405311d649
Octal4105431144012343514411
Binary10000101011001100111001000101001110001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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