#13252C

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

Shades of Black Pearl #13252C

Tints of Black Pearl #13252C

Color information

#13252C (or 0x13252C) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 2C. RGB value is (19,37,44). Sum of RGB (Red+Green+Blue) = 19+37+44=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #13252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252C is #ECDAD3. Grayscale: #202020. Windows color (decimal): -15522516 or 2893075. OLE color: 2893075.

HSL color Cylindrical-coordinate representation of color #13252C: hue angle of 196.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 #13252C is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB193744-
CMYK0.570.1600.83
HSL196.8º39.68%12.35%-
HSV(B)196.8º56.82%17.25%-
XYZ1.381.642.63-
YUV32.42134.54118.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 44 (17.58% from 255) = 44%
R=19%
G=37%
B=44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1937440.570.1600.83196.839.6812.35
Hex13252C3910053c528c
Octal234554712001233055014
Binary100111001011011001110011000001010011110001011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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