#18191B

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

Shades of Black Russian #18191B

Tints of Black Russian #18191B

Color information

#18191B (or 0x18191B) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 1B. RGB value is (24,25,27). Sum of RGB (Red+Green+Blue) = 24+25+27=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 27 - color contains mainly: blue. Hex color #18191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18191B is #E7E6E4. Grayscale: #181818. Windows color (decimal): -15197925 or 1775896. OLE color: 1775896.

HSL color Cylindrical-coordinate representation of color #18191B: hue angle of 220º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #18191B is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB242527-
CMYK0.110.0700.89
HSL220º5.88%10%-
HSV(B)220º11.11%10.59%-
XYZ0.920.971.18-
YUV24.93129.17127.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=31.58%
G=32.89%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2425270.110.0700.892205.8810
Hex18191BB7059dc6a
Octal3031331370131334612
Binary110001100111011101111101011001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18191B; }

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

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

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

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

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

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

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

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