#18192B

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

Shades of Black Russian #18192B

Tints of Black Russian #18192B

Color information

#18192B (or 0x18192B) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 2B. RGB value is (24,25,43). Sum of RGB (Red+Green+Blue) = 24+25+43=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #18192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18192B is #E7E6D4. Grayscale: #1A1A1A. Windows color (decimal): -15197909 or 2824472. OLE color: 2824472.

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

Color convert

RGB242543-
CMYK0.440.4200.83
HSL236.84º28.36%13.14%-
HSV(B)236.84º44.19%16.86%-
XYZ1.161.062.43-
YUV26.75137.17126.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=26.09%
G=27.17%
B=46.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2425430.440.4200.83236.8428.3613.14
Hex18192B2C2A053ed1cd
Octal303153545201233553415
Binary11000110011010111011001010100101001111101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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