#11142A

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

Shades of Black Russian #11142A

Tints of Black Russian #11142A

Color information

#11142A (or 0x11142A) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 2A. RGB value is (17,20,42). Sum of RGB (Red+Green+Blue) = 17+20+42=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #11142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142A is #EEEBD5. Grayscale: #151515. Windows color (decimal): -15657942 or 2757649. OLE color: 2757649.

HSL color Cylindrical-coordinate representation of color #11142A: hue angle of 232.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11142A is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB172042-
CMYK0.600.5200.84
HSL232.8º42.37%11.57%-
HSV(B)232.8º59.52%16.47%-
XYZ0.90.792.29-
YUV21.61139.51124.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 42 (16.80% from 255) = 53.16%
R=21.52%
G=25.32%
B=53.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1720420.600.5200.84232.842.3711.57
Hex11142A3C34054e92ac
Octal212452746401243515214
Binary100011010010101011110011010001010100111010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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