#12112D

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

Shades of Black Russian #12112D

Tints of Black Russian #12112D

Color information

#12112D (or 0x12112D) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 2D. RGB value is (18,17,45). Sum of RGB (Red+Green+Blue) = 18+17+45=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #12112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112D is #EDEED2. Grayscale: #141414. Windows color (decimal): -15593171 or 2953490. OLE color: 2953490.

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

Color convert

RGB181745-
CMYK0.60.6200.82
HSL242.14º45.16%12.16%-
HSV(B)242.14º62.22%17.65%-
XYZ0.920.722.57-
YUV20.49141.83126.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=22.5%
G=21.25%
B=56.25%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1817450.60.6200.82242.1445.1612.16
Hex12112D3C3E052f22dc
Octal222155747601223625514
Binary100101000110110111110011111001010010111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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