#132530

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

Shades of Black Pearl #132530

Tints of Black Pearl #132530

Color information

#132530 (or 0x132530) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 30. RGB value is (19,37,48). Sum of RGB (Red+Green+Blue) = 19+37+48=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #132530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132530 is #ECDACF. Grayscale: #202020. Windows color (decimal): -15522512 or 3155219. OLE color: 3155219.

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

Color convert

RGB193748-
CMYK0.600.2300.81
HSL202.76º43.28%13.14%-
HSV(B)202.76º60.42%18.82%-
XYZ1.461.673.04-
YUV32.87136.54118.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=18.27%
G=35.58%
B=46.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1937480.600.2300.81202.7643.2813.14
Hex1325303C17051cb2bd
Octal234560742701213135315
Binary100111001011100001111001011101010001110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132530; }

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

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

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

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

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

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

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

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