#132730

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

Shades of Black Pearl #132730

Tints of Black Pearl #132730

Color information

#132730 (or 0x132730) is unknown color: approx Black Pearl. HEX triplet: 13, 27 and 30. RGB value is (19,39,48). Sum of RGB (Red+Green+Blue) = 19+39+48=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #132730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132730 is #ECD8CF. Grayscale: #212121. Windows color (decimal): -15522000 or 3155731. OLE color: 3155731.

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

Color convert

RGB193948-
CMYK0.600.1900.81
HSL198.62º43.28%13.14%-
HSV(B)198.62º60.42%18.82%-
XYZ1.531.83.06-
YUV34.05135.87117.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=17.92%
G=36.79%
B=45.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1939480.600.1900.81198.6243.2813.14
Hex1327303C13051c72bd
Octal234760742301213075315
Binary100111001111100001111001001101010001110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132730; }

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

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

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

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

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

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

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

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