Html Css Color HEX #21232B Black Russian

📋 copy color: '#21232B'

red 33 ◦ green 35 ◦ blue 43

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

Shades of Black Russian #21232B

Tints of Black Russian #21232B

RGB

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

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

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

R = 29.73%
G = 31.53%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21232B (or 0x21232B) is known color: Black Russian. HEX triplet: 21, 23 and 2B. RGB value is (33,35,43). Sum of RGB (Red+Green+Blue) = 33+35+43=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: blue. Hex color #21232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232B is #DEDCD4. Grayscale: #232323. Windows color (decimal): -14605525 or 2827041. OLE color: 2827041.

HSL color Cylindrical-coordinate representation of color #21232B: hue angle of 228º 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 #21232B is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 35 43 -
CMYK 0.23 0.19 0 0.83
HSL 228º 0.13% 0.15% -
HSV(B) 228º 0.23% 0.17% -
XYZ 1.66 1.7 2.53 -
YUV 35.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 33 35 43 0.23 0.19 0 0.83 228 0.13 0.15
Hex 21 23 2B 17 13 0 53 E4 D F
Octal 41 43 53 27 23 0 123 344 15 17
Binary 100001 100011 101011 10111 10011 0 1010011 11100100 1101 1111

Color Harmonies of #21232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21232B

Black with #21232B

Text Example


Text Example

White with #21232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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