#10111A

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

Shades of Black Russian #10111A

Tints of Black Russian #10111A

Color information

#10111A (or 0x10111A) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 1A. RGB value is (16,17,26). Sum of RGB (Red+Green+Blue) = 16+17+26=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #10111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111A is #EFEEE5. Grayscale: #111111. Windows color (decimal): -15724262 or 1708304. OLE color: 1708304.

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

Color convert

RGB161726-
CMYK0.380.3500.90
HSL234º23.81%8.24%-
HSV(B)234º38.46%10.2%-
XYZ0.60.591.06-
YUV17.73132.67126.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=27.12%
G=28.81%
B=44.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1617260.380.3500.9023423.818.24
Hex10111A262305Aea188
Octal202132464301323523010
Binary1000010001110101001101000110101101011101010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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