#12192C

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

Shades of Black Russian #12192C

Tints of Black Russian #12192C

Color information

#12192C (or 0x12192C) is unknown color: approx Black Russian. HEX triplet: 12, 19 and 2C. RGB value is (18,25,44). Sum of RGB (Red+Green+Blue) = 18+25+44=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #12192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12192C is #EDE6D3. Grayscale: #181818. Windows color (decimal): -15591124 or 2890002. OLE color: 2890002.

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

Color convert

RGB182544-
CMYK0.590.4300.83
HSL223.85º41.94%12.16%-
HSV(B)223.85º59.09%17.25%-
XYZ1.051.012.52-
YUV25.07138.68122.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=20.69%
G=28.74%
B=50.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1825440.590.4300.83223.8541.9412.16
Hex12192C3B2B053e02ac
Octal223154735301233405214
Binary100101100110110011101110101101010011111000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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