#110D28

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

Shades of Black Russian #110D28

Tints of Black Russian #110D28

Color information

#110D28 (or 0x110D28) is unknown color: approx Black Russian. HEX triplet: 11, 0D and 28. RGB value is (17,13,40). Sum of RGB (Red+Green+Blue) = 17+13+40=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #110D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D28 is #EEF2D7. Grayscale: #111111. Windows color (decimal): -15659736 or 2624785. OLE color: 2624785.

HSL color Cylindrical-coordinate representation of color #110D28: hue angle of 248.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #110D28 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB171340-
CMYK0.570.6700.84
HSL248.89º50.94%10.39%-
HSV(B)248.89º67.5%15.69%-
XYZ0.760.562.08-
YUV17.27140.83127.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 40 (16.02% from 255) = 57.14%
R=24.29%
G=18.57%
B=57.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1713400.570.6700.84248.8950.9410.39
Hex11D283943054f933a
Octal2115507110301243716312
Binary100011101101000111001100001101010100111110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D28; }

 p { color: rgb(17,13,40); }

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

<style>
 a { background-color: #110D28; }

 a { background-color: rgb(17,13,40); }

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

<style>
 span { border-color: #110D28; }

 span { border-color: rgb(17,13,40); }

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