#12112E

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

Shades of Black Russian #12112E

Tints of Black Russian #12112E

Color information

#12112E (or 0x12112E) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 2E. RGB value is (18,17,46). Sum of RGB (Red+Green+Blue) = 18+17+46=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #12112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112E is #EDEED1. Grayscale: #141414. Windows color (decimal): -15593170 or 3019026. OLE color: 3019026.

HSL color Cylindrical-coordinate representation of color #12112E: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12112E is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181746-
CMYK0.610.6300.82
HSL242.07º46.03%12.35%-
HSV(B)242.07º63.04%18.04%-
XYZ0.940.732.68-
YUV20.6142.33126.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=22.22%
G=20.99%
B=56.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1817460.610.6300.82242.0746.0312.35
Hex12112E3D3F052f22ec
Octal222156757701223625614
Binary100101000110111011110111111101010010111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12112E; }

 p { color: rgb(18,17,46); }

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

<style>
 a { background-color: #12112E; }

 a { background-color: rgb(18,17,46); }

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

<style>
 span { border-color: #12112E; }

 span { border-color: rgb(18,17,46); }

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