#11111A

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

Shades of Black Russian #11111A

Tints of Black Russian #11111A

Color information

#11111A (or 0x11111A) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 1A. RGB value is (17,17,26). Sum of RGB (Red+Green+Blue) = 17+17+26=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #11111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111A is #EEEEE5. Grayscale: #111111. Windows color (decimal): -15658726 or 1708305. OLE color: 1708305.

HSL color Cylindrical-coordinate representation of color #11111A: hue angle of 240º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11111A is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB171726-
CMYK0.350.3500.90
HSL240º20.93%8.43%-
HSV(B)240º34.62%10.2%-
XYZ0.620.591.06-
YUV18.03132.5127.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=28.33%
G=28.33%
B=43.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1717260.350.3500.9024020.938.43
Hex11111A232305Af0158
Octal212132434301323602510
Binary1000110001110101000111000110101101011110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11111A; }

 p { color: rgb(17,17,26); }

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

<style>
 a { background-color: #11111A; }

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

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

<style>
 span { border-color: #11111A; }

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

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