#10112E

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

Shades of Black Russian #10112E

Tints of Black Russian #10112E

Color information

#10112E (or 0x10112E) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 2E. RGB value is (16,17,46). Sum of RGB (Red+Green+Blue) = 16+17+46=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #10112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112E is #EFEED1. Grayscale: #131313. Windows color (decimal): -15724242 or 3019024. OLE color: 3019024.

HSL color Cylindrical-coordinate representation of color #10112E: hue angle of 238º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10112E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161746-
CMYK0.650.6300.82
HSL238º48.39%12.16%-
HSV(B)238º65.22%18.04%-
XYZ0.910.712.67-
YUV20.01142.67125.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 46 (18.36% from 255) = 58.23%
R=20.25%
G=21.52%
B=58.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1617460.650.6300.8223848.3912.16
Hex10112E413F052ee30c
Octal2021561017701223566014
Binary1000010001101110100000111111101010010111011101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10112E; }

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

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

<style>
 a { background-color: #10112E; }

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

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

<style>
 span { border-color: #10112E; }

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

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