#18181E

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

Shades of Black Russian #18181E

Tints of Black Russian #18181E

Color information

#18181E (or 0x18181E) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 1E. RGB value is (24,24,30). Sum of RGB (Red+Green+Blue) = 24+24+30=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #18181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181E is #E7E7E1. Grayscale: #181818. Windows color (decimal): -15198178 or 1972248. OLE color: 1972248.

HSL color Cylindrical-coordinate representation of color #18181E: hue angle of 240º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #18181E is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB242430-
CMYK0.200.2000.88
HSL240º11.11%10.59%-
HSV(B)240º20%11.76%-
XYZ0.940.941.36-
YUV24.68131127.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2424300.200.2000.8824011.1110.59
Hex18181E1414058f0bb
Octal303036242401303601313
Binary1100011000111101010010100010110001111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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