#03141D

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

Shades of Black Pearl #03141D

Tints of Black Pearl #03141D

Color information

#03141D (or 0x03141D) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 1D. RGB value is (3,20,29). Sum of RGB (Red+Green+Blue) = 3+20+29=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #03141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03141D is #FCEBE2. Grayscale: #0F0F0F. Windows color (decimal): -16575459 or 1905667. OLE color: 1905667.

HSL color Cylindrical-coordinate representation of color #03141D: hue angle of 200.77º 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 #03141D is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32029-
CMYK0.900.3100.89
HSL200.77º81.25%6.27%-
HSV(B)200.77º89.66%11.37%-
XYZ0.510.611.25-
YUV15.94135.37118.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=5.77%
G=38.46%
B=55.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal320290.900.3100.89200.7781.256.27
Hex3141D5A1F059c9516
Octal324351323701313111216
Binary11101001110110110101111101011001110010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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