Html Css Color HEX #21242A Black Russian

📋 copy color: '#21242A'

red 33 ◦ green 36 ◦ blue 42

#21242A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #21242A

Tints of Black Russian #21242A

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.8% from 255) = 37.84%

R = 29.73%
G = 32.43%
B = 37.84%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#21242A (or 0x21242A) is known color: 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

RGB 33 36 42 -
CMYK 0.21 0.14 0 0.84
HSL 220º 0.12% 0.15% -
HSV(B) 220º 0.21% 0.16% -
XYZ 1.68 1.75 2.44 -
YUV 35.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 33 36 42 0.21 0.14 0 0.84 220 0.12 0.15
Hex 21 24 2A 15 E 0 54 DC C F
Octal 41 44 52 25 16 0 124 334 14 17
Binary 100001 100100 101010 10101 1110 0 1010100 11011100 1100 1111

Color Harmonies of #21242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21242A

Black with #21242A

Text Example


Text Example

White with #21242A

Text Example


Text Example

HTML Codes & Css Web 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>