#03191F

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

Shades of Black Pearl #03191F

Tints of Black Pearl #03191F

Color information

#03191F (or 0x03191F) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 1F. RGB value is (3,25,31). Sum of RGB (Red+Green+Blue) = 3+25+31=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #03191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191F is #FCE6E0. Grayscale: #131313. Windows color (decimal): -16574177 or 2038019. OLE color: 2038019.

HSL color Cylindrical-coordinate representation of color #03191F: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03191F is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32531-
CMYK0.900.1900.88
HSL192.86º82.35%6.67%-
HSV(B)192.86º90.32%12.16%-
XYZ0.630.811.42-
YUV19.11134.71116.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=5.08%
G=42.37%
B=52.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal325310.900.1900.88192.8682.356.67
Hex3191F5A13058c1527
Octal331371322301303011227
Binary11110011111110110101001101011000110000011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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