#18181B

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

Shades of Black Russian #18181B

Tints of Black Russian #18181B

Color information

#18181B (or 0x18181B) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 1B. RGB value is (24,24,27). Sum of RGB (Red+Green+Blue) = 24+24+27=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: blue. Hex color #18181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181B is #E7E7E4. Grayscale: #181818. Windows color (decimal): -15198181 or 1775640. OLE color: 1775640.

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

Color convert

RGB242427-
CMYK0.110.1100.89
HSL240º5.88%10%-
HSV(B)240º11.11%10.59%-
XYZ0.90.931.17-
YUV24.34129.5127.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 27 (10.94% from 255) = 36%
R=32%
G=32%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2424270.110.1100.892405.8810
Hex18181BBB059f06a
Octal30303313130131360612
Binary1100011000110111011101101011001111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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