#21242E

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

Shades of Black Russian #21242E

Tints of Black Russian #21242E

Color information

#21242E (or 0x21242E) is unknown color: approx Black Russian. HEX triplet: 21, 24 and 2E. RGB value is (33,36,46). Sum of RGB (Red+Green+Blue) = 33+36+46=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #21242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242E is #DEDBD1. Grayscale: #242424. Windows color (decimal): -14605266 or 3023905. OLE color: 3023905.

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

Color convert

RGB333646-
CMYK0.280.2200.82
HSL226.15º16.46%15.49%-
HSV(B)226.15º28.26%18.04%-
XYZ1.751.782.84-
YUV36.24133.51125.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 46 (18.36% from 255) = 40%
R=28.70%
G=31.30%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3336460.280.2200.82226.1516.4615.49
Hex21242E1C16052e210f
Octal414456342601223422017
Binary10000110010010111011100101100101001011100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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