#11172B

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

Shades of Black Russian #11172B

Tints of Black Russian #11172B

Color information

#11172B (or 0x11172B) is unknown color: approx Black Russian. HEX triplet: 11, 17 and 2B. RGB value is (17,23,43). Sum of RGB (Red+Green+Blue) = 17+23+43=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #11172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11172B is #EEE8D4. Grayscale: #171717. Windows color (decimal): -15657173 or 2823953. OLE color: 2823953.

HSL color Cylindrical-coordinate representation of color #11172B: hue angle of 226.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11172B is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172343-
CMYK0.600.4700.83
HSL226.15º43.33%11.76%-
HSV(B)226.15º60.47%16.86%-
XYZ0.970.912.41-
YUV23.49139.01123.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=20.48%
G=27.71%
B=51.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1723430.600.4700.83226.1543.3311.76
Hex11172B3C2F053e22bc
Octal212753745701233425314
Binary100011011110101111110010111101010011111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11172B; }

 p { color: rgb(17,23,43); }

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

<style>
 a { background-color: #11172B; }

 a { background-color: rgb(17,23,43); }

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

<style>
 span { border-color: #11172B; }

 span { border-color: rgb(17,23,43); }

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