#03191B

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

Shades of Black Pearl #03191B

Tints of Black Pearl #03191B

Color information

#03191B (or 0x03191B) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 1B. RGB value is (3,25,27). Sum of RGB (Red+Green+Blue) = 3+25+27=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #03191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191B is #FCE6E4. Grayscale: #121212. Windows color (decimal): -16574181 or 1775875. OLE color: 1775875.

HSL color Cylindrical-coordinate representation of color #03191B: hue angle of 185º degrees, saturation: 0.8, 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 #03191B is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32527-
CMYK0.890.0700.89
HSL185º80%5.88%-
HSV(B)185º88.89%10.59%-
XYZ0.580.791.16-
YUV18.65132.71116.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 25 (10.16% from 255) = 45.45%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=5.45%
G=45.45%
B=49.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal325270.890.0700.89185805.88
Hex3191B597059b9506
Octal33133131701312711206
Binary111100111011101100111101011001101110011010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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