#03191C

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

Shades of Black Pearl #03191C

Tints of Black Pearl #03191C

Color information

#03191C (or 0x03191C) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 1C. RGB value is (3,25,28). Sum of RGB (Red+Green+Blue) = 3+25+28=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #03191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191C is #FCE6E3. Grayscale: #121212. Windows color (decimal): -16574180 or 1841411. OLE color: 1841411.

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

Color convert

RGB32528-
CMYK0.890.1100.89
HSL187.2º80.65%6.08%-
HSV(B)187.2º89.29%10.98%-
XYZ0.590.81.22-
YUV18.76133.21116.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 28 (11.33% from 255) = 50%
R=5.36%
G=44.64%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal325280.890.1100.89187.280.656.08
Hex3191C59B059bb516
Octal331341311301312731216
Binary1111001111001011001101101011001101110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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