#21162E

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

Shades of Blackcurrant #21162E

Tints of Blackcurrant #21162E

Color information

#21162E (or 0x21162E) is unknown color: approx Blackcurrant. HEX triplet: 21, 16 and 2E. RGB value is (33,22,46). Sum of RGB (Red+Green+Blue) = 33+22+46=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #21162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21162E is #DEE9D1. Grayscale: #1B1B1B. Windows color (decimal): -14608850 or 3020321. OLE color: 3020321.

HSL color Cylindrical-coordinate representation of color #21162E: hue angle of 267.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21162E is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB332246-
CMYK0.280.5200.82
HSL267.5º35.29%13.33%-
HSV(B)267.5º52.17%18.04%-
XYZ1.411.092.72-
YUV28.02138.14131.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=32.67%
G=21.78%
B=45.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3322460.280.5200.82267.535.2913.33
Hex21162E1C3405210c23d
Octal412656346401224144315
Binary1000011011010111011100110100010100101000011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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