#031519

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

Shades of Black Pearl #031519

Tints of Black Pearl #031519

Color information

#031519 (or 0x031519) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 19. RGB value is (3,21,25). Sum of RGB (Red+Green+Blue) = 3+21+25=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #031519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031519 is #FCEAE6. Grayscale: #101010. Windows color (decimal): -16575207 or 1643779. OLE color: 1643779.

HSL color Cylindrical-coordinate representation of color #031519: hue angle of 190.91º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031519 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB32125-
CMYK0.880.1600.90
HSL190.91º78.57%5.49%-
HSV(B)190.91º88%9.8%-
XYZ0.480.631.02-
YUV16.07133.04118.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=6.12%
G=42.86%
B=51.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal321250.880.1600.90190.9178.575.49
Hex31519581005Abf4f5
Octal325311302001322771175
Binary11101011100110110001000001011010101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031519; }

 p { color: rgb(3,21,25); }

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

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

 a { background-color: rgb(3,21,25); }

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

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

 span { border-color: rgb(3,21,25); }

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