#13252A

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

Shades of Black Pearl #13252A

Tints of Black Pearl #13252A

Color information

#13252A (or 0x13252A) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 2A. RGB value is (19,37,42). Sum of RGB (Red+Green+Blue) = 19+37+42=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #13252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252A is #ECDAD5. Grayscale: #202020. Windows color (decimal): -15522518 or 2762003. OLE color: 2762003.

HSL color Cylindrical-coordinate representation of color #13252A: hue angle of 193.04º 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 #13252A is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193742-
CMYK0.550.1200.84
HSL193.04º37.7%11.96%-
HSV(B)193.04º54.76%16.47%-
XYZ1.351.632.43-
YUV32.19133.54118.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=19.39%
G=37.76%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1937420.550.1200.84193.0437.711.96
Hex13252A37C054c126c
Octal234552671401243014614
Binary10011100101101010110111110001010100110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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