#03172F

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

Shades of Black Pearl #03172F

Tints of Black Pearl #03172F

Color information

#03172F (or 0x03172F) is unknown color: approx Black Pearl. HEX triplet: 03, 17 and 2F. RGB value is (3,23,47). Sum of RGB (Red+Green+Blue) = 3+23+47=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #03172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03172F is #FCE8D0. Grayscale: #131313. Windows color (decimal): -16574673 or 3086083. OLE color: 3086083.

HSL color Cylindrical-coordinate representation of color #03172F: hue angle of 212.73º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03172F is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32347-
CMYK0.940.5100.82
HSL212.73º88%9.8%-
HSV(B)212.73º93.62%18.43%-
XYZ0.860.842.81-
YUV19.76143.37116.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 47 (18.75% from 255) = 64.38%
R=4.11%
G=31.51%
B=64.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal323470.940.5100.82212.73889.8
Hex3172F5E33052d558a
Octal3275713663012232513012
Binary11101111011111011110110011010100101101010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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