#11242B

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

Shades of Black Pearl #11242B

Tints of Black Pearl #11242B

Color information

#11242B (or 0x11242B) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 2B. RGB value is (17,36,43). Sum of RGB (Red+Green+Blue) = 17+36+43=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #11242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11242B is #EEDBD4. Grayscale: #1F1F1F. Windows color (decimal): -15653845 or 2827281. OLE color: 2827281.

HSL color Cylindrical-coordinate representation of color #11242B: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11242B is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173643-
CMYK0.600.1600.83
HSL196.15º43.33%11.76%-
HSV(B)196.15º60.47%16.86%-
XYZ1.31.562.52-
YUV31.12134.71117.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=17.71%
G=37.5%
B=44.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1736430.600.1600.83196.1543.3311.76
Hex11242B3C10053c42bc
Octal214453742001233045314
Binary100011001001010111111001000001010011110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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