#10112C

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

Shades of Black Russian #10112C

Tints of Black Russian #10112C

Color information

#10112C (or 0x10112C) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 2C. RGB value is (16,17,44). Sum of RGB (Red+Green+Blue) = 16+17+44=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #10112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112C is #EFEED3. Grayscale: #131313. Windows color (decimal): -15724244 or 2887952. OLE color: 2887952.

HSL color Cylindrical-coordinate representation of color #10112C: hue angle of 237.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10112C is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB161744-
CMYK0.640.6100.83
HSL237.86º46.67%11.76%-
HSV(B)237.86º63.64%17.25%-
XYZ0.870.692.47-
YUV19.78141.67125.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=20.78%
G=22.08%
B=57.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1617440.640.6100.83237.8646.6711.76
Hex10112C403D053ee2fc
Octal2021541007501233565714
Binary1000010001101100100000011110101010011111011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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