#031319

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

Shades of Black Pearl #031319

Tints of Black Pearl #031319

Color information

#031319 (or 0x031319) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 19. RGB value is (3,19,25). Sum of RGB (Red+Green+Blue) = 3+19+25=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #031319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031319 is #FCECE6. Grayscale: #0E0E0E. Windows color (decimal): -16575719 or 1643267. OLE color: 1643267.

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

Color convert

RGB31925-
CMYK0.880.2400.90
HSL196.36º78.57%5.49%-
HSV(B)196.36º88%9.8%-
XYZ0.450.561-
YUV14.9133.7119.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=6.38%
G=40.43%
B=53.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal319250.880.2400.90196.3678.575.49
Hex31319581805Ac44f5
Octal323311303001323041175
Binary11100111100110110001100001011010110001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031319; }

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

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

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

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

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

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

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

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