#202125

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

Shades of Black Russian #202125

Tints of Black Russian #202125

Color information

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

RGB323337-
CMYK0.140.1100.85
HSL228º7.25%13.53%-
HSV(B)228º13.51%14.51%-
XYZ1.471.531.97-
YUV33.16130.17127.17-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3233370.140.1100.852287.2513.53
Hex202125EB055e47e
Octal40414516130125344716
Binary1000001000011001011110101101010101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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