#11102A

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

Shades of Black Russian #11102A

Tints of Black Russian #11102A

Color information

#11102A (or 0x11102A) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 2A. RGB value is (17,16,42). Sum of RGB (Red+Green+Blue) = 17+16+42=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #11102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11102A is #EEEFD5. Grayscale: #131313. Windows color (decimal): -15658966 or 2756625. OLE color: 2756625.

HSL color Cylindrical-coordinate representation of color #11102A: hue angle of 242.31º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11102A is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB171642-
CMYK0.600.6200.84
HSL242.31º44.83%11.37%-
HSV(B)242.31º61.9%16.47%-
XYZ0.830.662.27-
YUV19.26140.83126.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 42 (16.80% from 255) = 56%
R=22.67%
G=21.33%
B=56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1716420.600.6200.84242.3144.8311.37
Hex11102A3C3E054f22db
Octal212052747601243625513
Binary100011000010101011110011111001010100111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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