#18192C

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

Shades of Black Russian #18192C

Tints of Black Russian #18192C

Color information

#18192C (or 0x18192C) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 2C. RGB value is (24,25,44). Sum of RGB (Red+Green+Blue) = 24+25+44=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #18192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18192C is #E7E6D3. Grayscale: #1A1A1A. Windows color (decimal): -15197908 or 2890008. OLE color: 2890008.

HSL color Cylindrical-coordinate representation of color #18192C: hue angle of 237º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18192C is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB242544-
CMYK0.450.4300.83
HSL237º29.41%13.33%-
HSV(B)237º45.45%17.25%-
XYZ1.181.072.53-
YUV26.87137.67125.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=25.81%
G=26.88%
B=47.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2425440.450.4300.8323729.4113.33
Hex18192C2D2B053ed1dd
Octal303154555301233553515
Binary11000110011011001011011010110101001111101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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