#110F21

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

Shades of Black Russian #110F21

Tints of Black Russian #110F21

Color information

#110F21 (or 0x110F21) is unknown color: approx Black Russian. HEX triplet: 11, 0F and 21. RGB value is (17,15,33). Sum of RGB (Red+Green+Blue) = 17+15+33=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #110F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F21 is #EEF0DE. Grayscale: #111111. Windows color (decimal): -15659231 or 2166545. OLE color: 2166545.

HSL color Cylindrical-coordinate representation of color #110F21: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #110F21 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB171533-
CMYK0.480.5500.87
HSL246.67º37.5%9.41%-
HSV(B)246.67º54.55%12.94%-
XYZ0.680.571.51-
YUV17.65136.66127.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=26.15%
G=23.08%
B=50.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1715330.480.5500.87246.6737.59.41
Hex11F213037057f7269
Octal211741606701273674611
Binary10001111110000111000011011101010111111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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