#13202C

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

Shades of Black Pearl #13202C

Tints of Black Pearl #13202C

Color information

#13202C (or 0x13202C) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 2C. RGB value is (19,32,44). Sum of RGB (Red+Green+Blue) = 19+32+44=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #13202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13202C is #ECDFD3. Grayscale: #1D1D1D. Windows color (decimal): -15523796 or 2891795. OLE color: 2891795.

HSL color Cylindrical-coordinate representation of color #13202C: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13202C is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193244-
CMYK0.570.2700.83
HSL208.8º39.68%12.35%-
HSV(B)208.8º56.82%17.25%-
XYZ1.241.352.58-
YUV29.48136.19120.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=20%
G=33.68%
B=46.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1932440.570.2700.83208.839.6812.35
Hex13202C391B053d128c
Octal234054713301233215014
Binary100111000001011001110011101101010011110100011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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