#110D2F

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

Shades of Black Russian #110D2F

Tints of Black Russian #110D2F

Color information

#110D2F (or 0x110D2F) is unknown color: approx Black Russian. HEX triplet: 11, 0D and 2F. RGB value is (17,13,47). Sum of RGB (Red+Green+Blue) = 17+13+47=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #110D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D2F is #EEF2D0. Grayscale: #111111. Windows color (decimal): -15659729 or 3083537. OLE color: 3083537.

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

Color convert

RGB171347-
CMYK0.640.7200.82
HSL247.06º56.67%11.76%-
HSV(B)247.06º72.34%18.43%-
XYZ0.890.612.76-
YUV18.07144.33127.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=22.08%
G=16.88%
B=61.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1713470.640.7200.82247.0656.6711.76
Hex11D2F4048052f739c
Octal21155710011001223677114
Binary1000111011011111000000100100001010010111101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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