#13272D

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

Shades of Black Pearl #13272D

Tints of Black Pearl #13272D

Color information

#13272D (or 0x13272D) is unknown color: approx Black Pearl. HEX triplet: 13, 27 and 2D. RGB value is (19,39,45). Sum of RGB (Red+Green+Blue) = 19+39+45=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #13272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13272D is #ECD8D2. Grayscale: #212121. Windows color (decimal): -15522003 or 2959123. OLE color: 2959123.

HSL color Cylindrical-coordinate representation of color #13272D: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13272D is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193945-
CMYK0.580.1300.82
HSL193.85º40.62%12.55%-
HSV(B)193.85º57.78%17.65%-
XYZ1.471.782.75-
YUV33.7134.37117.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=18.45%
G=37.86%
B=43.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1939450.580.1300.82193.8540.6212.55
Hex13272D3AD052c229d
Octal234755721501223025115
Binary10011100111101101111010110101010010110000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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