#10111C

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

Shades of Black Russian #10111C

Tints of Black Russian #10111C

Color information

#10111C (or 0x10111C) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 1C. RGB value is (16,17,28). Sum of RGB (Red+Green+Blue) = 16+17+28=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #10111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111C is #EFEEE3. Grayscale: #111111. Windows color (decimal): -15724260 or 1839376. OLE color: 1839376.

HSL color Cylindrical-coordinate representation of color #10111C: hue angle of 235º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10111C is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161728-
CMYK0.430.3900.89
HSL235º27.27%8.63%-
HSV(B)235º42.86%10.98%-
XYZ0.620.591.18-
YUV17.95133.67126.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=26.23%
G=27.87%
B=45.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1617280.430.3900.8923527.278.63
Hex10111C2B27059eb1b9
Octal202134534701313533311
Binary1000010001111001010111001110101100111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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