#132631

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

Shades of Black Pearl #132631

Tints of Black Pearl #132631

Color information

#132631 (or 0x132631) is unknown color: approx Black Pearl. HEX triplet: 13, 26 and 31. RGB value is (19,38,49). Sum of RGB (Red+Green+Blue) = 19+38+49=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #132631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132631 is #ECD9CE. Grayscale: #212121. Windows color (decimal): -15522255 or 3221011. OLE color: 3221011.

HSL color Cylindrical-coordinate representation of color #132631: hue angle of 202º 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 #132631 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB193849-
CMYK0.610.2200.81
HSL202º44.12%13.33%-
HSV(B)202º61.22%19.22%-
XYZ1.521.753.16-
YUV33.57136.71117.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=17.92%
G=35.85%
B=46.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1938490.610.2200.8120244.1213.33
Hex1326313D16051ca2cd
Octal234661752601213125415
Binary100111001101100011111011011001010001110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132631; }

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

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

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

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

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

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

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

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