#13272C

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

Shades of Black Pearl #13272C

Tints of Black Pearl #13272C

Color information

#13272C (or 0x13272C) is unknown color: approx Black Pearl. HEX triplet: 13, 27 and 2C. RGB value is (19,39,44). Sum of RGB (Red+Green+Blue) = 19+39+44=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #13272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13272C is #ECD8D3. Grayscale: #212121. Windows color (decimal): -15522004 or 2893587. OLE color: 2893587.

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

Color convert

RGB193944-
CMYK0.570.1100.83
HSL192º39.68%12.35%-
HSV(B)192º56.82%17.25%-
XYZ1.451.772.65-
YUV33.59133.87117.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=18.63%
G=38.24%
B=43.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1939440.570.1100.8319239.6812.35
Hex13272C39B053c028c
Octal234754711301233005014
Binary10011100111101100111001101101010011110000001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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