#202126

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

Shades of Black Russian #202126

Tints of Black Russian #202126

Color information

#202126 (or 0x202126) is unknown color: approx Black Russian. HEX triplet: 20, 21 and 26. RGB value is (32,33,38). Sum of RGB (Red+Green+Blue) = 32+33+38=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #202126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202126 is #DFDED9. Grayscale: #212121. Windows color (decimal): -14671578 or 2498848. OLE color: 2498848.

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

Color convert

RGB323338-
CMYK0.160.1300.85
HSL230º8.57%13.73%-
HSV(B)230º15.79%14.9%-
XYZ1.491.532.05-
YUV33.27130.67127.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=31.07%
G=32.04%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3233380.160.1300.852308.5713.73
Hex20212610D055e69e
Octal404146201501253461116
Binary100000100001100110100001101010101011110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202126; }

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

 H1.HeaderClassName
 {
   color: #202126;
 }
 .AnyTagClassName
 {
   color: #202126;
 }
</style>
background-color css

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

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

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

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

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

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