#11252D

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

Shades of Black Pearl #11252D

Tints of Black Pearl #11252D

Color information

#11252D (or 0x11252D) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 2D. RGB value is (17,37,45). Sum of RGB (Red+Green+Blue) = 17+37+45=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #11252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11252D is #EEDAD2. Grayscale: #1F1F1F. Windows color (decimal): -15653587 or 2958609. OLE color: 2958609.

HSL color Cylindrical-coordinate representation of color #11252D: hue angle of 197.14º 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 #11252D is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB173745-
CMYK0.620.1800.82
HSL197.14º45.16%12.16%-
HSV(B)197.14º62.22%17.65%-
XYZ1.371.632.73-
YUV31.93135.37117.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=17.17%
G=37.37%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1737450.620.1800.82197.1445.1612.16
Hex11252D3E12052c52dc
Octal214555762201223055514
Binary100011001011011011111101001001010010110001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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