Html Css Color HEX #202125 Black Russian

📋 copy color: '#202125'

red 32 ◦ green 33 ◦ blue 37

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

Shades of Black Russian #202125

Tints of Black Russian #202125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 36.27%

R = 31.37%
G = 32.35%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#202125 (or 0x202125) is known color: Black Russian. HEX triplet: 20, 21 and 25. RGB value is (32,33,37). Sum of RGB (Red+Green+Blue) = 32+33+37=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 37 - color contains mainly: blue. Hex color #202125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202125 is #DFDEDA. Grayscale: #212121. Windows color (decimal): -14671579 or 2433312. OLE color: 2433312.

HSL color Cylindrical-coordinate representation of color #202125: hue angle of 228º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #202125 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 33 37 -
CMYK 0.14 0.11 0 0.85
HSL 228º 0.07% 0.14% -
HSV(B) 228º 0.14% 0.15% -
XYZ 1.47 1.53 1.97 -
YUV 33.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 32 33 37 0.14 0.11 0 0.85 228 0.07 0.14
Hex 20 21 25 E B 0 55 E4 7 E
Octal 40 41 45 16 13 0 125 344 7 16
Binary 100000 100001 100101 1110 1011 0 1010101 11100100 111 1110

Color Harmonies of #202125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202125

Black with #202125

Text Example


Text Example

White with #202125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202125; }

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

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

background-color css

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

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

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

border-color css

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

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

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