#181920

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

Shades of Black Russian #181920

Tints of Black Russian #181920

Color information

#181920 (or 0x181920) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 20. RGB value is (24,25,32). Sum of RGB (Red+Green+Blue) = 24+25+32=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #181920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181920 is #E7E6DF. Grayscale: #191919. Windows color (decimal): -15197920 or 2103576. OLE color: 2103576.

HSL color Cylindrical-coordinate representation of color #181920: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181920 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB242532-
CMYK0.250.2200.87
HSL232.5º14.29%10.98%-
HSV(B)232.5º25%12.55%-
XYZ0.990.991.51-
YUV25.5131.67126.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=29.63%
G=30.86%
B=39.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2425320.250.2200.87232.514.2910.98
Hex1819201916057e8eb
Octal303140312601273501613
Binary11000110011000001100110110010101111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181920; }

 p { color: rgb(24,25,32); }

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

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

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

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

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

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

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