Html Css Color HEX #212431 Black Russian

📋 copy color: '#212431'

red 33 ◦ green 36 ◦ blue 49

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

Shades of Black Russian #212431

Tints of Black Russian #212431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 41.53%

R = 27.97%
G = 30.51%
B = 41.53%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212431 (or 0x212431) is known color: Black Russian. HEX triplet: 21, 24 and 31. RGB value is (33,36,49). Sum of RGB (Red+Green+Blue) = 33+36+49=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #212431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212431 is #DEDBCE. Grayscale: #242424. Windows color (decimal): -14605263 or 3220513. OLE color: 3220513.

HSL color Cylindrical-coordinate representation of color #212431: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212431 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 36 49 -
CMYK 0.33 0.27 0 0.81
HSL 228.75º 0.2% 0.16% -
HSV(B) 228.75º 0.33% 0.19% -
XYZ 1.81 1.81 3.16 -
YUV 36.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 33 36 49 0.33 0.27 0 0.81 228.75 0.2 0.16
Hex 21 24 31 21 1B 0 51 E5 14 10
Octal 41 44 61 41 33 0 121 345 24 20
Binary 100001 100100 110001 100001 11011 0 1010001 11100101 10100 10000

Color Harmonies of #212431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212431

Black with #212431

Text Example


Text Example

White with #212431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212431; }

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

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

background-color css

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

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

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

border-color css

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

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

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