#13202A

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

Shades of Black Pearl #13202A

Tints of Black Pearl #13202A

Color information

#13202A (or 0x13202A) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 2A. RGB value is (19,32,42). Sum of RGB (Red+Green+Blue) = 19+32+42=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #13202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13202A is #ECDFD5. Grayscale: #1D1D1D. Windows color (decimal): -15523798 or 2760723. OLE color: 2760723.

HSL color Cylindrical-coordinate representation of color #13202A: hue angle of 206.09º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13202A is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193242-
CMYK0.550.2400.84
HSL206.09º37.7%11.96%-
HSV(B)206.09º54.76%16.47%-
XYZ1.21.342.39-
YUV29.25135.19120.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=20.43%
G=34.41%
B=45.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1932420.550.2400.84206.0937.711.96
Hex13202A3718054ce26c
Octal234052673001243164614
Binary100111000001010101101111100001010100110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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