#11292D

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

Shades of Black Pearl #11292D

Tints of Black Pearl #11292D

Color information

#11292D (or 0x11292D) is unknown color: approx Black Pearl. HEX triplet: 11, 29 and 2D. RGB value is (17,41,45). Sum of RGB (Red+Green+Blue) = 17+41+45=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #11292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292D is #EED6D2. Grayscale: #222222. Windows color (decimal): -15652563 or 2959633. OLE color: 2959633.

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

Color convert

RGB174145-
CMYK0.620.0900.82
HSL188.57º45.16%12.16%-
HSV(B)188.57º62.22%17.65%-
XYZ1.51.892.77-
YUV34.28134.05115.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=16.50%
G=39.81%
B=43.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1741450.620.0900.82188.5745.1612.16
Hex11292D3E9052bd2dc
Octal215155761101222755514
Binary10001101001101101111110100101010010101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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