#03171F

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

Shades of Black Pearl #03171F

Tints of Black Pearl #03171F

Color information

#03171F (or 0x03171F) is unknown color: approx Black Pearl. HEX triplet: 03, 17 and 1F. RGB value is (3,23,31). Sum of RGB (Red+Green+Blue) = 3+23+31=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #03171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03171F is #FCE8E0. Grayscale: #111111. Windows color (decimal): -16574689 or 2037507. OLE color: 2037507.

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

Color convert

RGB32331-
CMYK0.900.2600.88
HSL197.14º82.35%6.67%-
HSV(B)197.14º90.32%12.16%-
XYZ0.590.731.41-
YUV17.93135.37117.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=5.26%
G=40.35%
B=54.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal323310.900.2600.88197.1482.356.67
Hex3171F5A1A058c5527
Octal327371323201303051227
Binary11101111111110110101101001011000110001011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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