#21162C

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

Shades of Blackcurrant #21162C

Tints of Blackcurrant #21162C

Color information

#21162C (or 0x21162C) is unknown color: approx Blackcurrant. HEX triplet: 21, 16 and 2C. RGB value is (33,22,44). Sum of RGB (Red+Green+Blue) = 33+22+44=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #21162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21162C is #DEE9D3. Grayscale: #1B1B1B. Windows color (decimal): -14608852 or 2889249. OLE color: 2889249.

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

Color convert

RGB332244-
CMYK0.250.500.83
HSL270º33.33%12.94%-
HSV(B)270º50%17.25%-
XYZ1.371.082.52-
YUV27.8137.14131.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3322440.250.500.8327033.3312.94
Hex21162C193205310e21d
Octal412654316201234164115
Binary1000011011010110011001110010010100111000011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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