#11242E

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

Shades of Black Pearl #11242E

Tints of Black Pearl #11242E

Color information

#11242E (or 0x11242E) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 2E. RGB value is (17,36,46). Sum of RGB (Red+Green+Blue) = 17+36+46=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #11242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11242E is #EEDBD1. Grayscale: #1F1F1F. Windows color (decimal): -15653842 or 3023889. OLE color: 3023889.

HSL color Cylindrical-coordinate representation of color #11242E: hue angle of 200.69º 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 #11242E is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB173646-
CMYK0.630.2200.82
HSL200.69º46.03%12.35%-
HSV(B)200.69º63.04%18.04%-
XYZ1.361.582.82-
YUV31.46136.21117.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=17.17%
G=36.36%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1736460.630.2200.82200.6946.0312.35
Hex11242E3F16052c92ec
Octal214456772601223115614
Binary100011001001011101111111011001010010110010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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