#110D30

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

Shades of Black Russian #110D30

Tints of Black Russian #110D30

Color information

#110D30 (or 0x110D30) is unknown color: approx Black Russian. HEX triplet: 11, 0D and 30. RGB value is (17,13,48). Sum of RGB (Red+Green+Blue) = 17+13+48=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #110D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D30 is #EEF2CF. Grayscale: #121212. Windows color (decimal): -15659728 or 3149073. OLE color: 3149073.

HSL color Cylindrical-coordinate representation of color #110D30: hue angle of 246.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110D30 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB171348-
CMYK0.650.7300.81
HSL246.86º57.38%11.96%-
HSV(B)246.86º72.92%18.82%-
XYZ0.910.622.87-
YUV18.19144.83127.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=21.79%
G=16.67%
B=61.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1713480.650.7300.81246.8657.3811.96
Hex11D304149051f739c
Octal21156010111101213677114
Binary1000111011100001000001100100101010001111101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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