#11292E

Color #11292E Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #11292E

Tints of Black Pearl #11292E

Color information

#11292E (or 0x11292E) is unknown color: approx Black Pearl. HEX triplet: 11, 29 and 2E. RGB value is (17,41,46). Sum of RGB (Red+Green+Blue) = 17+41+46=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #11292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292E is #EED6D1. Grayscale: #222222. Windows color (decimal): -15652562 or 3025169. OLE color: 3025169.

HSL color Cylindrical-coordinate representation of color #11292E: hue angle of 190.34º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11292E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB174146-
CMYK0.630.1100.82
HSL190.34º46.03%12.35%-
HSV(B)190.34º63.04%18.04%-
XYZ1.521.92.87-
YUV34.39134.55115.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=16.35%
G=39.42%
B=44.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1741460.630.1100.82190.3446.0312.35
Hex11292E3FB052be2ec
Octal215156771301222765614
Binary10001101001101110111111101101010010101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11292E; }

 p { color: rgb(17,41,46); }

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

<style>
 a { background-color: #11292E; }

 a { background-color: rgb(17,41,46); }

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

<style>
 span { border-color: #11292E; }

 span { border-color: rgb(17,41,46); }

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