#181A1E

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

Shades of Black Russian #181A1E

Tints of Black Russian #181A1E

Color information

#181A1E (or 0x181A1E) is unknown color: approx Black Russian. HEX triplet: 18, 1A and 1E. RGB value is (24,26,30). Sum of RGB (Red+Green+Blue) = 24+26+30=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #181A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A1E is #E7E5E1. Grayscale: #191919. Windows color (decimal): -15197666 or 1972760. OLE color: 1972760.

HSL color Cylindrical-coordinate representation of color #181A1E: hue angle of 220º 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 #181A1E is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB242630-
CMYK0.200.1300.88
HSL220º11.11%10.59%-
HSV(B)220º20%11.76%-
XYZ0.981.031.37-
YUV25.86130.34126.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=30%
G=32.5%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2426300.200.1300.8822011.1110.59
Hex181A1E14D058dcbb
Octal303236241501303341313
Binary110001101011110101001101010110001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A1E; }

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

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

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

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

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

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

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

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