#21122F

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

Shades of Blackcurrant #21122F

Tints of Blackcurrant #21122F

Color information

#21122F (or 0x21122F) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 2F. RGB value is (33,18,47). Sum of RGB (Red+Green+Blue) = 33+18+47=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #21122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122F is #DEEDD0. Grayscale: #191919. Windows color (decimal): -14609873 or 3084833. OLE color: 3084833.

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

Color convert

RGB331847-
CMYK0.300.6200.82
HSL271.03º44.62%12.75%-
HSV(B)271.03º61.7%18.43%-
XYZ1.360.962.8-
YUV25.79139.97133.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=33.67%
G=18.37%
B=47.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3318470.300.6200.82271.0344.6212.75
Hex21122F1E3E05210f2dd
Octal412257367601224175515
Binary1000011001010111111110111110010100101000011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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