#132731

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

Shades of Black Pearl #132731

Tints of Black Pearl #132731

Color information

#132731 (or 0x132731) is unknown color: approx Black Pearl. HEX triplet: 13, 27 and 31. RGB value is (19,39,49). Sum of RGB (Red+Green+Blue) = 19+39+49=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #132731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132731 is #ECD8CE. Grayscale: #222222. Windows color (decimal): -15521999 or 3221267. OLE color: 3221267.

HSL color Cylindrical-coordinate representation of color #132731: hue angle of 200º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132731 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB193949-
CMYK0.610.2000.81
HSL200º44.12%13.33%-
HSV(B)200º61.22%19.22%-
XYZ1.551.813.17-
YUV34.16136.37117.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=17.76%
G=36.45%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1939490.610.2000.8120044.1213.33
Hex1327313D14051c82cd
Octal234761752401213105415
Binary100111001111100011111011010001010001110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132731; }

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

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

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

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

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

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

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

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