Html Css Color HEX #212329 Black Russian

📋 copy color: '#212329'

red 33 ◦ green 35 ◦ blue 41

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

Shades of Black Russian #212329

Tints of Black Russian #212329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 30.28%
G = 32.11%
B = 37.61%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#212329 (or 0x212329) is known color: Black Russian. HEX triplet: 21, 23 and 29. RGB value is (33,35,41). Sum of RGB (Red+Green+Blue) = 33+35+41=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #212329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212329 is #DEDCD6. Grayscale: #232323. Windows color (decimal): -14605527 or 2695969. OLE color: 2695969.

HSL color Cylindrical-coordinate representation of color #212329: hue angle of 225º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212329 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 35 41 -
CMYK 0.20 0.15 0 0.84
HSL 225º 0.11% 0.15% -
HSV(B) 225º 0.2% 0.16% -
XYZ 1.63 1.69 2.34 -
YUV 35.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 33 35 41 0.20 0.15 0 0.84 225 0.11 0.15
Hex 21 23 29 14 F 0 54 E1 B F
Octal 41 43 51 24 17 0 124 341 13 17
Binary 100001 100011 101001 10100 1111 0 1010100 11100001 1011 1111

Color Harmonies of #212329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212329

Black with #212329

Text Example


Text Example

White with #212329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212329; }

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

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

background-color css

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

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

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

border-color css

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

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

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