#031D29

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

Shades of Black Pearl #031D29

Tints of Black Pearl #031D29

Color information

#031D29 (or 0x031D29) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 29. RGB value is (3,29,41). Sum of RGB (Red+Green+Blue) = 3+29+41=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #031D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D29 is #FCE2D6. Grayscale: #161616. Windows color (decimal): -16573143 or 2694403. OLE color: 2694403.

HSL color Cylindrical-coordinate representation of color #031D29: hue angle of 198.95º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031D29 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32941-
CMYK0.930.2900.84
HSL198.95º86.36%8.63%-
HSV(B)198.95º92.68%16.08%-
XYZ0.881.062.26-
YUV22.59138.39114.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 41 (16.41% from 255) = 56.16%
R=4.11%
G=39.73%
B=56.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal329410.930.2900.84198.9586.368.63
Hex31D295D1D054c7569
Octal3355113535012430712611
Binary1111101101001101110111101010101001100011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D29; }

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

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

<style>
 a { background-color: #031D29; }

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

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

<style>
 span { border-color: #031D29; }

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

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