#12111B

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

Shades of Black Russian #12111B

Tints of Black Russian #12111B

Color information

#12111B (or 0x12111B) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 1B. RGB value is (18,17,27). Sum of RGB (Red+Green+Blue) = 18+17+27=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #12111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111B is #EDEEE4. Grayscale: #121212. Windows color (decimal): -15593189 or 1773842. OLE color: 1773842.

HSL color Cylindrical-coordinate representation of color #12111B: hue angle of 246º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #12111B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181727-
CMYK0.330.3700.89
HSL246º22.73%8.63%-
HSV(B)246º37.04%10.59%-
XYZ0.650.611.12-
YUV18.44132.83127.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=29.03%
G=27.42%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1817270.330.3700.8924622.738.63
Hex12111B2125059f6179
Octal222133414501313662711
Binary1001010001110111000011001010101100111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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