#10112D

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

Shades of Black Russian #10112D

Tints of Black Russian #10112D

Color information

#10112D (or 0x10112D) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 2D. RGB value is (16,17,45). Sum of RGB (Red+Green+Blue) = 16+17+45=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #10112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112D is #EFEED2. Grayscale: #131313. Windows color (decimal): -15724243 or 2953488. OLE color: 2953488.

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

Color convert

RGB161745-
CMYK0.640.6200.82
HSL237.93º47.54%11.96%-
HSV(B)237.93º64.44%17.65%-
XYZ0.890.72.57-
YUV19.89142.17125.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 45 (17.97% from 255) = 57.69%
R=20.51%
G=21.79%
B=57.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1617450.640.6200.82237.9347.5411.96
Hex10112D403E052ee30c
Octal2021551007601223566014
Binary1000010001101101100000011111001010010111011101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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