#11272E

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

Shades of Black Pearl #11272E

Tints of Black Pearl #11272E

Color information

#11272E (or 0x11272E) is unknown color: approx Black Pearl. HEX triplet: 11, 27 and 2E. RGB value is (17,39,46). Sum of RGB (Red+Green+Blue) = 17+39+46=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #11272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11272E is #EED8D1. Grayscale: #212121. Windows color (decimal): -15653074 or 3024657. OLE color: 3024657.

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

Color convert

RGB173946-
CMYK0.630.1500.82
HSL194.48º46.03%12.35%-
HSV(B)194.48º63.04%18.04%-
XYZ1.451.772.85-
YUV33.22135.21116.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=16.67%
G=38.24%
B=45.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1739460.630.1500.82194.4846.0312.35
Hex11272E3FF052c22ec
Octal214756771701223025614
Binary10001100111101110111111111101010010110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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