#03171C

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

Shades of Black Pearl #03171C

Tints of Black Pearl #03171C

Color information

#03171C (or 0x03171C) is unknown color: approx Black Pearl. HEX triplet: 03, 17 and 1C. RGB value is (3,23,28). Sum of RGB (Red+Green+Blue) = 3+23+28=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #03171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03171C is #FCE8E3. Grayscale: #111111. Windows color (decimal): -16574692 or 1840899. OLE color: 1840899.

HSL color Cylindrical-coordinate representation of color #03171C: hue angle of 192º 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 #03171C is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32328-
CMYK0.890.1800.89
HSL192º80.65%6.08%-
HSV(B)192º89.29%10.98%-
XYZ0.550.721.21-
YUV17.59133.87117.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=5.56%
G=42.59%
B=51.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal323280.890.1800.8919280.656.08
Hex3171C5912059c0516
Octal327341312201313001216
Binary11101111110010110011001001011001110000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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