#031019

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

Shades of Black Pearl #031019

Tints of Black Pearl #031019

Color information

#031019 (or 0x031019) is unknown color: approx Black Pearl. HEX triplet: 03, 10 and 19. RGB value is (3,16,25). Sum of RGB (Red+Green+Blue) = 3+16+25=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #031019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031019 is #FCEFE6. Grayscale: #0D0D0D. Windows color (decimal): -16576487 or 1642499. OLE color: 1642499.

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

Color convert

RGB31625-
CMYK0.880.3600.90
HSL204.55º78.57%5.49%-
HSV(B)204.55º88%9.8%-
XYZ0.40.460.99-
YUV13.14134.69120.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=6.82%
G=36.36%
B=56.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal316250.880.3600.90204.5578.575.49
Hex31019582405Acd4f5
Octal320311304401323151175
Binary111000011001101100010010001011010110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031019; }

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

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

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

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

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

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

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

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