Html Css Color HEX #21232A Black Russian

📋 copy color: '#21232A'

red 33 ◦ green 35 ◦ blue 42

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

Shades of Black Russian #21232A

Tints of Black Russian #21232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.82%

 BLUE value IS 42 (16.8% from 255) = 38.18%

R = 30%
G = 31.82%
B = 38.18%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#21232A (or 0x21232A) is known color: Black Russian. HEX triplet: 21, 23 and 2A. RGB value is (33,35,42). Sum of RGB (Red+Green+Blue) = 33+35+42=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 42 - color contains mainly: blue. Hex color #21232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232A is #DEDCD5. Grayscale: #232323. Windows color (decimal): -14605526 or 2761505. OLE color: 2761505.

HSL color Cylindrical-coordinate representation of color #21232A: hue angle of 226.67º 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 #21232A is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 35 42 -
CMYK 0.21 0.17 0 0.84
HSL 226.67º 0.12% 0.15% -
HSV(B) 226.67º 0.21% 0.16% -
XYZ 1.65 1.69 2.43 -
YUV 35.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 33 35 42 0.21 0.17 0 0.84 226.67 0.12 0.15
Hex 21 23 2A 15 11 0 54 E3 C F
Octal 41 43 52 25 21 0 124 343 14 17
Binary 100001 100011 101010 10101 10001 0 1010100 11100011 1100 1111

Color Harmonies of #21232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21232A

Black with #21232A

Text Example


Text Example

White with #21232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21232A;
 }
 .AnyTagClassName
 {
   color: #21232A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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