#03191D

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

Shades of Black Pearl #03191D

Tints of Black Pearl #03191D

Color information

#03191D (or 0x03191D) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 1D. RGB value is (3,25,29). Sum of RGB (Red+Green+Blue) = 3+25+29=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #03191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191D is #FCE6E2. Grayscale: #121212. Windows color (decimal): -16574179 or 1906947. OLE color: 1906947.

HSL color Cylindrical-coordinate representation of color #03191D: hue angle of 189.23º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03191D is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32529-
CMYK0.900.1400.89
HSL189.23º81.25%6.27%-
HSV(B)189.23º89.66%11.37%-
XYZ0.610.81.29-
YUV18.88133.71116.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=5.26%
G=43.86%
B=50.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal325290.900.1400.89189.2381.256.27
Hex3191D5AE059bd516
Octal331351321601312751216
Binary1111001111011011010111001011001101111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03191D; }

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

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

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

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

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

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

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

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