#031419

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

Shades of Black Pearl #031419

Tints of Black Pearl #031419

Color information

#031419 (or 0x031419) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 19. RGB value is (3,20,25). Sum of RGB (Red+Green+Blue) = 3+20+25=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #031419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031419 is #FCEBE6. Grayscale: #0F0F0F. Windows color (decimal): -16575463 or 1643523. OLE color: 1643523.

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

Color convert

RGB32025-
CMYK0.880.2000.90
HSL193.64º78.57%5.49%-
HSV(B)193.64º88%9.8%-
XYZ0.460.591.01-
YUV15.49133.37119.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=6.25%
G=41.67%
B=52.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal320250.880.2000.90193.6478.575.49
Hex31419581405Ac24f5
Octal324311302401323021175
Binary11101001100110110001010001011010110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031419; }

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

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

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

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

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

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

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

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