#11132B

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

Shades of Black Russian #11132B

Tints of Black Russian #11132B

Color information

#11132B (or 0x11132B) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 2B. RGB value is (17,19,43). Sum of RGB (Red+Green+Blue) = 17+19+43=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #11132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132B is #EEECD4. Grayscale: #151515. Windows color (decimal): -15658197 or 2822929. OLE color: 2822929.

HSL color Cylindrical-coordinate representation of color #11132B: hue angle of 235.38º 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 #11132B is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB171943-
CMYK0.600.5600.83
HSL235.38º43.33%11.76%-
HSV(B)235.38º60.47%16.86%-
XYZ0.90.762.38-
YUV21.14140.34125.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=21.52%
G=24.05%
B=54.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1719430.600.5600.83235.3843.3311.76
Hex11132B3C38053eb2bc
Octal212353747001233535314
Binary100011001110101111110011100001010011111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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