#132130

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

Shades of Black Pearl #132130

Tints of Black Pearl #132130

Color information

#132130 (or 0x132130) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 30. RGB value is (19,33,48). Sum of RGB (Red+Green+Blue) = 19+33+48=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #132130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132130 is #ECDECF. Grayscale: #1E1E1E. Windows color (decimal): -15523536 or 3154195. OLE color: 3154195.

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

Color convert

RGB193348-
CMYK0.600.3100.81
HSL211.03º43.28%13.14%-
HSV(B)211.03º60.42%18.82%-
XYZ1.351.443-
YUV30.52137.86119.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 48 (19.14% from 255) = 48%
R=19%
G=33%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1933480.600.3100.81211.0343.2813.14
Hex1321303C1F051d32bd
Octal234160743701213235315
Binary100111000011100001111001111101010001110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132130; }

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

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

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

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

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

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

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

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