#13202D

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

Shades of Black Pearl #13202D

Tints of Black Pearl #13202D

Color information

#13202D (or 0x13202D) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 2D. RGB value is (19,32,45). Sum of RGB (Red+Green+Blue) = 19+32+45=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #13202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13202D is #ECDFD2. Grayscale: #1D1D1D. Windows color (decimal): -15523795 or 2957331. OLE color: 2957331.

HSL color Cylindrical-coordinate representation of color #13202D: hue angle of 210º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13202D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193245-
CMYK0.580.2900.82
HSL210º40.62%12.55%-
HSV(B)210º57.78%17.65%-
XYZ1.261.362.68-
YUV29.6136.69120.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=19.79%
G=33.33%
B=46.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1932450.580.2900.8221040.6212.55
Hex13202D3A1D052d229d
Octal234055723501223225115
Binary100111000001011011110101110101010010110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13202D; }

 p { color: rgb(19,32,45); }

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

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

 a { background-color: rgb(19,32,45); }

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

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

 span { border-color: rgb(19,32,45); }

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