#11152D

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

Shades of Black Russian #11152D

Tints of Black Russian #11152D

Color information

#11152D (or 0x11152D) is unknown color: approx Black Russian. HEX triplet: 11, 15 and 2D. RGB value is (17,21,45). Sum of RGB (Red+Green+Blue) = 17+21+45=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #11152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11152D is #EEEAD2. Grayscale: #161616. Windows color (decimal): -15657683 or 2954513. OLE color: 2954513.

HSL color Cylindrical-coordinate representation of color #11152D: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11152D is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB172145-
CMYK0.620.5300.82
HSL231.43º45.16%12.16%-
HSV(B)231.43º62.22%17.65%-
XYZ0.970.842.59-
YUV22.54140.67124.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=20.48%
G=25.30%
B=54.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1721450.620.5300.82231.4345.1612.16
Hex11152D3E35052e72dc
Octal212555766501223475514
Binary100011010110110111111011010101010010111001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11152D; }

 p { color: rgb(17,21,45); }

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

<style>
 a { background-color: #11152D; }

 a { background-color: rgb(17,21,45); }

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

<style>
 span { border-color: #11152D; }

 span { border-color: rgb(17,21,45); }

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