#13252D

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

Shades of Black Pearl #13252D

Tints of Black Pearl #13252D

Color information

#13252D (or 0x13252D) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 2D. RGB value is (19,37,45). Sum of RGB (Red+Green+Blue) = 19+37+45=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #13252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252D is #ECDAD2. Grayscale: #202020. Windows color (decimal): -15522515 or 2958611. OLE color: 2958611.

HSL color Cylindrical-coordinate representation of color #13252D: hue angle of 198.46º 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 #13252D is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB193745-
CMYK0.580.1800.82
HSL198.46º40.62%12.55%-
HSV(B)198.46º57.78%17.65%-
XYZ1.41.652.73-
YUV32.53135.04118.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=18.81%
G=36.63%
B=44.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1937450.580.1800.82198.4640.6212.55
Hex13252D3A12052c629d
Octal234555722201223065115
Binary100111001011011011110101001001010010110001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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