#21162A

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

Shades of Blackcurrant #21162A

Tints of Blackcurrant #21162A

Color information

#21162A (or 0x21162A) is unknown color: approx Blackcurrant. HEX triplet: 21, 16 and 2A. RGB value is (33,22,42). Sum of RGB (Red+Green+Blue) = 33+22+42=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #21162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21162A is #DEE9D5. Grayscale: #1B1B1B. Windows color (decimal): -14608854 or 2758177. OLE color: 2758177.

HSL color Cylindrical-coordinate representation of color #21162A: hue angle of 273º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21162A is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332242-
CMYK0.210.4800.84
HSL273º31.25%12.55%-
HSV(B)273º47.62%16.47%-
XYZ1.331.062.33-
YUV27.57136.14131.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=34.02%
G=22.68%
B=43.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3322420.210.4800.8427331.2512.55
Hex21162A15300541111fd
Octal412652256001244213715
Binary100001101101010101010111000001010100100010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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