Html Css Color HEX #212231 Black Russian

📋 copy color: '#212231'

red 33 ◦ green 34 ◦ blue 49

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

Shades of Black Russian #212231

Tints of Black Russian #212231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

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

R = 28.45%
G = 29.31%
B = 42.24%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212231 (or 0x212231) is known color: Black Russian. HEX triplet: 21, 22 and 31. RGB value is (33,34,49). Sum of RGB (Red+Green+Blue) = 33+34+49=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #212231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212231 is #DEDDCE. Grayscale: #232323. Windows color (decimal): -14605775 or 3220001. OLE color: 3220001.

HSL color Cylindrical-coordinate representation of color #212231: hue angle of 236.25º 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 #212231 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 34 49 -
CMYK 0.33 0.31 0 0.81
HSL 236.25º 0.2% 0.16% -
HSV(B) 236.25º 0.33% 0.19% -
XYZ 1.75 1.69 3.14 -
YUV 35.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 33 34 49 0.33 0.31 0 0.81 236.25 0.2 0.16
Hex 21 22 31 21 1F 0 51 EC 14 10
Octal 41 42 61 41 37 0 121 354 24 20
Binary 100001 100010 110001 100001 11111 0 1010001 11101100 10100 10000

Color Harmonies of #212231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212231

Black with #212231

Text Example


Text Example

White with #212231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212231; }

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

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

background-color css

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

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

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

border-color css

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

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

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