#110F2F

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

Shades of Black Russian #110F2F

Tints of Black Russian #110F2F

Color information

#110F2F (or 0x110F2F) is unknown color: approx Black Russian. HEX triplet: 11, 0F and 2F. RGB value is (17,15,47). Sum of RGB (Red+Green+Blue) = 17+15+47=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #110F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F2F is #EEF0D0. Grayscale: #131313. Windows color (decimal): -15659217 or 3084049. OLE color: 3084049.

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

Color convert

RGB171547-
CMYK0.640.6800.82
HSL243.75º51.61%12.16%-
HSV(B)243.75º68.09%18.43%-
XYZ0.920.672.77-
YUV19.25143.66126.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=21.52%
G=18.99%
B=59.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1715470.640.6800.82243.7551.6112.16
Hex11F2F4044052f434c
Octal21175710010401223646414
Binary1000111111011111000000100010001010010111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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