Html Css Color HEX #21242C Black Russian

📋 copy color: '#21242C'

red 33 ◦ green 36 ◦ blue 44

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

Shades of Black Russian #21242C

Tints of Black Russian #21242C

RGB

 RED value IS 33 (13.28% from 255) = 29.2%

 GREEN value IS 36 (14.45% from 255) = 31.86%

 BLUE value IS 44 (17.58% from 255) = 38.94%

R = 29.2%
G = 31.86%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21242C (or 0x21242C) is known color: Black Russian. HEX triplet: 21, 24 and 2C. RGB value is (33,36,44). Sum of RGB (Red+Green+Blue) = 33+36+44=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #21242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242C is #DEDBD3. Grayscale: #232323. Windows color (decimal): -14605268 or 2892833. OLE color: 2892833.

HSL color Cylindrical-coordinate representation of color #21242C: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #21242C is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 36 44 -
CMYK 0.25 0.18 0 0.83
HSL 223.64º 0.14% 0.15% -
HSV(B) 223.64º 0.25% 0.17% -
XYZ 1.71 1.77 2.63 -
YUV 36.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 33 36 44 0.25 0.18 0 0.83 223.64 0.14 0.15
Hex 21 24 2C 19 12 0 53 E0 E F
Octal 41 44 54 31 22 0 123 340 16 17
Binary 100001 100100 101100 11001 10010 0 1010011 11100000 1110 1111

Color Harmonies of #21242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21242C

Black with #21242C

Text Example


Text Example

White with #21242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21242C;
 }
 .AnyTagClassName
 {
   color: #21242C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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