#202025

Color #202025 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #202025

Tints of Black Russian #202025

Color information

#202025 (or 0x202025) is unknown color: approx 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

RGB323237-
CMYK0.140.1400.85
HSL240º7.25%13.53%-
HSV(B)240º13.51%14.51%-
XYZ1.451.471.96-
YUV32.57130.5127.59-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3232370.140.1400.852407.2513.53
Hex202025EE055f07e
Octal40404516160125360716
Binary1000001000001001011110111001010101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>