#03161D

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

Shades of Black Pearl #03161D

Tints of Black Pearl #03161D

Color information

#03161D (or 0x03161D) is unknown color: approx Black Pearl. HEX triplet: 03, 16 and 1D. RGB value is (3,22,29). Sum of RGB (Red+Green+Blue) = 3+22+29=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #03161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03161D is #FCE9E2. Grayscale: #111111. Windows color (decimal): -16574947 or 1906179. OLE color: 1906179.

HSL color Cylindrical-coordinate representation of color #03161D: hue angle of 196.15º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03161D is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32229-
CMYK0.900.2400.89
HSL196.15º81.25%6.27%-
HSV(B)196.15º89.66%11.37%-
XYZ0.550.681.27-
YUV17.12134.71117.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=5.56%
G=40.74%
B=53.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal322290.900.2400.89196.1581.256.27
Hex3161D5A18059c4516
Octal326351323001313041216
Binary11101101110110110101100001011001110001001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03161D; }

 p { color: rgb(3,22,29); }

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

<style>
 a { background-color: #03161D; }

 a { background-color: rgb(3,22,29); }

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

<style>
 span { border-color: #03161D; }

 span { border-color: rgb(3,22,29); }

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