Html Css Color HEX #21242B Black Russian

📋 copy color: '#21242B'

red 33 ◦ green 36 ◦ blue 43

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

Shades of Black Russian #21242B

Tints of Black Russian #21242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 29.46%
G = 32.14%
B = 38.39%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21242B (or 0x21242B) is known color: Black Russian. HEX triplet: 21, 24 and 2B. RGB value is (33,36,43). Sum of RGB (Red+Green+Blue) = 33+36+43=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #21242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242B is #DEDBD4. Grayscale: #232323. Windows color (decimal): -14605269 or 2827297. OLE color: 2827297.

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

Color convert

RGB 33 36 43 -
CMYK 0.23 0.16 0 0.83
HSL 222º 0.13% 0.15% -
HSV(B) 222º 0.23% 0.17% -
XYZ 1.69 1.76 2.54 -
YUV 35.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 33 36 43 0.23 0.16 0 0.83 222 0.13 0.15
Hex 21 24 2B 17 10 0 53 DE D F
Octal 41 44 53 27 20 0 123 336 15 17
Binary 100001 100100 101011 10111 10000 0 1010011 11011110 1101 1111

Color Harmonies of #21242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21242B

Black with #21242B

Text Example


Text Example

White with #21242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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