Html Css Color HEX #20212E Black Russian

📋 copy color: '#20212E'

red 32 ◦ green 33 ◦ blue 46

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

Shades of Black Russian #20212E

Tints of Black Russian #20212E

RGB

 RED value IS 32 (12.89% from 255) = 28.83%

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

 BLUE value IS 46 (18.36% from 255) = 41.44%

R = 28.83%
G = 29.73%
B = 41.44%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20212E (or 0x20212E) is known color: Black Russian. HEX triplet: 20, 21 and 2E. RGB value is (32,33,46). Sum of RGB (Red+Green+Blue) = 32+33+46=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #20212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20212E is #DFDED1. Grayscale: #222222. Windows color (decimal): -14671570 or 3023136. OLE color: 3023136.

HSL color Cylindrical-coordinate representation of color #20212E: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #20212E is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 33 46 -
CMYK 0.30 0.28 0 0.82
HSL 235.71º 0.18% 0.15% -
HSV(B) 235.71º 0.3% 0.18% -
XYZ 1.63 1.59 2.81 -
YUV 34.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 32 33 46 0.30 0.28 0 0.82 235.71 0.18 0.15
Hex 20 21 2E 1E 1C 0 52 EC 12 F
Octal 40 41 56 36 34 0 122 354 22 17
Binary 100000 100001 101110 11110 11100 0 1010010 11101100 10010 1111

Color Harmonies of #20212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20212E

Black with #20212E

Text Example


Text Example

White with #20212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20212E; }

 p { color: rgb(32,33,46); }

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

background-color css

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

 a { background-color: rgb(32,33,46); }

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

border-color css

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

 span { border-color: rgb(32,33,46); }

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