Html Css Color HEX #21242F Black Russian

📋 copy color: '#21242F'

red 33 ◦ green 36 ◦ blue 47

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

Shades of Black Russian #21242F

Tints of Black Russian #21242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 28.45%
G = 31.03%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21242F (or 0x21242F) is known color: Black Russian. HEX triplet: 21, 24 and 2F. RGB value is (33,36,47). Sum of RGB (Red+Green+Blue) = 33+36+47=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #21242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242F is #DEDBD0. Grayscale: #242424. Windows color (decimal): -14605265 or 3089441. OLE color: 3089441.

HSL color Cylindrical-coordinate representation of color #21242F: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21242F is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 36 47 -
CMYK 0.30 0.23 0 0.82
HSL 227.14º 0.18% 0.16% -
HSV(B) 227.14º 0.3% 0.18% -
XYZ 1.77 1.79 2.94 -
YUV 36.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 33 36 47 0.30 0.23 0 0.82 227.14 0.18 0.16
Hex 21 24 2F 1E 17 0 52 E3 12 10
Octal 41 44 57 36 27 0 122 343 22 20
Binary 100001 100100 101111 11110 10111 0 1010010 11100011 10010 10000

Color Harmonies of #21242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21242F

Black with #21242F

Text Example


Text Example

White with #21242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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