#202026

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

Shades of Black Russian #202026

Tints of Black Russian #202026

Color information

#202026 (or 0x202026) is unknown color: approx Black Russian. HEX triplet: 20, 20 and 26. RGB value is (32,32,38). Sum of RGB (Red+Green+Blue) = 32+32+38=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 38 - color contains mainly: blue. Hex color #202026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202026 is #DFDFD9. Grayscale: #202020. Windows color (decimal): -14671834 or 2498592. OLE color: 2498592.

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

Color convert

RGB323238-
CMYK0.160.1600.85
HSL240º8.57%13.73%-
HSV(B)240º15.79%14.9%-
XYZ1.461.482.04-
YUV32.68131127.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 38 (15.23% from 255) = 37.25%
R=31.37%
G=31.37%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3232380.160.1600.852408.5713.73
Hex2020261010055f09e
Octal404046202001253601116
Binary1000001000001001101000010000010101011111000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202026; }

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

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

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

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

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

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

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

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