#11252A

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

Shades of Black Pearl #11252A

Tints of Black Pearl #11252A

Color information

#11252A (or 0x11252A) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 2A. RGB value is (17,37,42). Sum of RGB (Red+Green+Blue) = 17+37+42=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #11252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11252A is #EEDAD5. Grayscale: #1F1F1F. Windows color (decimal): -15653590 or 2762001. OLE color: 2762001.

HSL color Cylindrical-coordinate representation of color #11252A: hue angle of 192º 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 #11252A is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173742-
CMYK0.600.1200.84
HSL192º42.37%11.57%-
HSV(B)192º59.52%16.47%-
XYZ1.311.612.43-
YUV31.59133.87117.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=17.71%
G=38.54%
B=43.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1737420.600.1200.8419242.3711.57
Hex11252A3CC054c02ac
Octal214552741401243005214
Binary10001100101101010111100110001010100110000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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