#11102C

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

Shades of Black Russian #11102C

Tints of Black Russian #11102C

Color information

#11102C (or 0x11102C) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 2C. RGB value is (17,16,44). Sum of RGB (Red+Green+Blue) = 17+16+44=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #11102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11102C is #EEEFD3. Grayscale: #131313. Windows color (decimal): -15658964 or 2887697. OLE color: 2887697.

HSL color Cylindrical-coordinate representation of color #11102C: hue angle of 242.14º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #11102C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB171644-
CMYK0.610.6400.83
HSL242.14º46.67%11.76%-
HSV(B)242.14º63.64%17.25%-
XYZ0.870.672.47-
YUV19.49141.83126.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=22.08%
G=20.78%
B=57.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1716440.610.6400.83242.1446.6711.76
Hex11102C3D40053f22fc
Octal2120547510001233625714
Binary1000110000101100111101100000001010011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11102C; }

 p { color: rgb(17,16,44); }

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

<style>
 a { background-color: #11102C; }

 a { background-color: rgb(17,16,44); }

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

<style>
 span { border-color: #11102C; }

 span { border-color: rgb(17,16,44); }

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