#11122B

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

Shades of Black Russian #11122B

Tints of Black Russian #11122B

Color information

#11122B (or 0x11122B) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 2B. RGB value is (17,18,43). Sum of RGB (Red+Green+Blue) = 17+18+43=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #11122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11122B is #EEEDD4. Grayscale: #141414. Windows color (decimal): -15658453 or 2822673. OLE color: 2822673.

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

Color convert

RGB171843-
CMYK0.600.5800.83
HSL237.69º43.33%11.76%-
HSV(B)237.69º60.47%16.86%-
XYZ0.880.732.38-
YUV20.55140.67125.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=21.79%
G=23.08%
B=55.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1718430.600.5800.83237.6943.3311.76
Hex11122B3C3A053ee2bc
Octal212253747201233565314
Binary100011001010101111110011101001010011111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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