#13252E

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

Shades of Black Pearl #13252E

Tints of Black Pearl #13252E

Color information

#13252E (or 0x13252E) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 2E. RGB value is (19,37,46). Sum of RGB (Red+Green+Blue) = 19+37+46=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #13252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252E is #ECDAD1. Grayscale: #202020. Windows color (decimal): -15522514 or 3024147. OLE color: 3024147.

HSL color Cylindrical-coordinate representation of color #13252E: hue angle of 200º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13252E is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193746-
CMYK0.590.2000.82
HSL200º41.54%12.75%-
HSV(B)200º58.7%18.04%-
XYZ1.421.662.83-
YUV32.64135.54118.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=18.63%
G=36.27%
B=45.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1937460.590.2000.8220041.5412.75
Hex13252E3B14052c82ad
Octal234556732401223105215
Binary100111001011011101110111010001010010110010001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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