#12192B

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

Shades of Black Russian #12192B

Tints of Black Russian #12192B

Color information

#12192B (or 0x12192B) is unknown color: approx Black Russian. HEX triplet: 12, 19 and 2B. RGB value is (18,25,43). Sum of RGB (Red+Green+Blue) = 18+25+43=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #12192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12192B is #EDE6D4. Grayscale: #181818. Windows color (decimal): -15591125 or 2824466. OLE color: 2824466.

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

Color convert

RGB182543-
CMYK0.580.4200.83
HSL223.2º40.98%11.96%-
HSV(B)223.2º58.14%16.86%-
XYZ1.0312.42-
YUV24.96138.18123.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 43 (17.19% from 255) = 50%
R=20.93%
G=29.07%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1825430.580.4200.83223.240.9811.96
Hex12192B3A2A053df29c
Octal223153725201233375114
Binary100101100110101111101010101001010011110111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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