#21242A

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

Shades of Black Russian #21242A

Tints of Black Russian #21242A

Color information

#21242A (or 0x21242A) is unknown color: approx Black Russian. HEX triplet: 21, 24 and 2A. RGB value is (33,36,42). Sum of RGB (Red+Green+Blue) = 33+36+42=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 42 - color contains mainly: blue. Hex color #21242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242A is #DEDBD5. Grayscale: #232323. Windows color (decimal): -14605270 or 2761761. OLE color: 2761761.

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

Color convert

RGB333642-
CMYK0.210.1400.84
HSL220º12%14.71%-
HSV(B)220º21.43%16.47%-
XYZ1.681.752.44-
YUV35.79131.51126.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=29.73%
G=32.43%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3336420.210.1400.842201214.71
Hex21242A15E054dccf
Octal414452251601243341417
Binary100001100100101010101011110010101001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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