#031219

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

Shades of Black Pearl #031219

Tints of Black Pearl #031219

Color information

#031219 (or 0x031219) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 19. RGB value is (3,18,25). Sum of RGB (Red+Green+Blue) = 3+18+25=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #031219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031219 is #FCEDE6. Grayscale: #0E0E0E. Windows color (decimal): -16575975 or 1643011. OLE color: 1643011.

HSL color Cylindrical-coordinate representation of color #031219: hue angle of 199.09º 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 #031219 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31825-
CMYK0.880.2800.90
HSL199.09º78.57%5.49%-
HSV(B)199.09º88%9.8%-
XYZ0.430.521-
YUV14.31134.03119.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=6.52%
G=39.13%
B=54.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal318250.880.2800.90199.0978.575.49
Hex31219581C05Ac74f5
Octal322311303401323071175
Binary11100101100110110001110001011010110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031219; }

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

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

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

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

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

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

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

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