#18192E

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

Shades of Black Russian #18192E

Tints of Black Russian #18192E

Color information

#18192E (or 0x18192E) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 2E. RGB value is (24,25,46). Sum of RGB (Red+Green+Blue) = 24+25+46=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #18192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18192E is #E7E6D1. Grayscale: #1B1B1B. Windows color (decimal): -15197906 or 3021080. OLE color: 3021080.

HSL color Cylindrical-coordinate representation of color #18192E: hue angle of 237.27º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18192E is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB242546-
CMYK0.480.4600.82
HSL237.27º31.43%13.73%-
HSV(B)237.27º47.83%18.04%-
XYZ1.221.092.73-
YUV27.1138.67125.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=25.26%
G=26.32%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2425460.480.4600.82237.2731.4313.73
Hex18192E302E052ed1fe
Octal303156605601223553716
Binary11000110011011101100001011100101001011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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