#11272C

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

Shades of Black Pearl #11272C

Tints of Black Pearl #11272C

Color information

#11272C (or 0x11272C) is unknown color: approx Black Pearl. HEX triplet: 11, 27 and 2C. RGB value is (17,39,44). Sum of RGB (Red+Green+Blue) = 17+39+44=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #11272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11272C is #EED8D3. Grayscale: #202020. Windows color (decimal): -15653076 or 2893585. OLE color: 2893585.

HSL color Cylindrical-coordinate representation of color #11272C: hue angle of 191.11º 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 #11272C is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173944-
CMYK0.610.1100.83
HSL191.11º44.26%11.96%-
HSV(B)191.11º61.36%17.25%-
XYZ1.411.752.65-
YUV32.99134.21116.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 44 (17.58% from 255) = 44%
R=17%
G=39%
B=44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1739440.610.1100.83191.1144.2611.96
Hex11272C3DB053bf2cc
Octal214754751301232775414
Binary10001100111101100111101101101010011101111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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