#11252C

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

Shades of Black Pearl #11252C

Tints of Black Pearl #11252C

Color information

#11252C (or 0x11252C) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 2C. RGB value is (17,37,44). Sum of RGB (Red+Green+Blue) = 17+37+44=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #11252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11252C is #EEDAD3. Grayscale: #1F1F1F. Windows color (decimal): -15653588 or 2893073. OLE color: 2893073.

HSL color Cylindrical-coordinate representation of color #11252C: hue angle of 195.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11252C is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173744-
CMYK0.610.1600.83
HSL195.56º44.26%11.96%-
HSV(B)195.56º61.36%17.25%-
XYZ1.351.622.63-
YUV31.82134.87117.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=17.35%
G=37.76%
B=44.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1737440.610.1600.83195.5644.2611.96
Hex11252C3D10053c42cc
Octal214554752001233045414
Binary100011001011011001111011000001010011110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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