#18192A

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

Shades of Black Russian #18192A

Tints of Black Russian #18192A

Color information

#18192A (or 0x18192A) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 2A. RGB value is (24,25,42). Sum of RGB (Red+Green+Blue) = 24+25+42=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #18192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18192A is #E7E6D5. Grayscale: #1A1A1A. Windows color (decimal): -15197910 or 2758936. OLE color: 2758936.

HSL color Cylindrical-coordinate representation of color #18192A: hue angle of 236.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18192A is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242542-
CMYK0.430.4000.84
HSL236.67º27.27%12.94%-
HSV(B)236.67º42.86%16.47%-
XYZ1.141.062.33-
YUV26.64136.67126.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=26.37%
G=27.47%
B=46.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2425420.430.4000.84236.6727.2712.94
Hex18192A2B28054ed1bd
Octal303152535001243553315
Binary11000110011010101010111010000101010011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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