Html Css Color HEX #202025 Black Russian

📋 copy color: '#202025'

red 32 ◦ green 32 ◦ blue 37

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

Shades of Black Russian #202025

Tints of Black Russian #202025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

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

R = 31.68%
G = 31.68%
B = 36.63%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#202025 (or 0x202025) is known color: Black Russian. HEX triplet: 20, 20 and 25. RGB value is (32,32,37). Sum of RGB (Red+Green+Blue) = 32+32+37=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 37 - color contains mainly: blue. Hex color #202025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202025 is #DFDFDA. Grayscale: #202020. Windows color (decimal): -14671835 or 2433056. OLE color: 2433056.

HSL color Cylindrical-coordinate representation of color #202025: hue angle of 240º 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 #202025 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 32 37 -
CMYK 0.14 0.14 0 0.85
HSL 240º 0.07% 0.14% -
HSV(B) 240º 0.14% 0.15% -
XYZ 1.45 1.47 1.96 -
YUV 32.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 32 32 37 0.14 0.14 0 0.85 240 0.07 0.14
Hex 20 20 25 E E 0 55 F0 7 E
Octal 40 40 45 16 16 0 125 360 7 16
Binary 100000 100000 100101 1110 1110 0 1010101 11110000 111 1110

Color Harmonies of #202025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202025

Black with #202025

Text Example


Text Example

White with #202025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202025; }

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

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

background-color css

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

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

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

border-color css

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

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

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