#21022F

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

Shades of Blackcurrant #21022F

Tints of Blackcurrant #21022F

Color information

#21022F (or 0x21022F) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 2F. RGB value is (33,2,47). Sum of RGB (Red+Green+Blue) = 33+2+47=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #21022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21022F is #DEFDD0. Grayscale: #101010. Windows color (decimal): -14613969 or 3080737. OLE color: 3080737.

HSL color Cylindrical-coordinate representation of color #21022F: hue angle of 281.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21022F is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33247-
CMYK0.300.9600.82
HSL281.33º91.84%9.61%-
HSV(B)281.33º95.74%18.43%-
XYZ1.160.572.74-
YUV16.4145.27139.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=40.24%
G=2.44%
B=57.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal332470.300.9600.82281.3391.849.61
Hex2122F1E600521195ca
Octal4125736140012243113412
Binary100001101011111111011000000101001010001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,2,47); }

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

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

 a { background-color: rgb(33,2,47); }

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

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

 span { border-color: rgb(33,2,47); }

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