#031329

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

Shades of Black Pearl #031329

Tints of Black Pearl #031329

Color information

#031329 (or 0x031329) is unknown color: approx Black Pearl. HEX triplet: 03, 13 and 29. RGB value is (3,19,41). Sum of RGB (Red+Green+Blue) = 3+19+41=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #031329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031329 is #FCECD6. Grayscale: #101010. Windows color (decimal): -16575703 or 2691843. OLE color: 2691843.

HSL color Cylindrical-coordinate representation of color #031329: hue angle of 214.74º 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 #031329 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31941-
CMYK0.930.5400.84
HSL214.74º86.36%8.63%-
HSV(B)214.74º92.68%16.08%-
XYZ0.670.652.19-
YUV16.72141.7118.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=4.76%
G=30.16%
B=65.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal319410.930.5400.84214.7486.368.63
Hex313295D36054d7569
Octal3235113566012432712611
Binary11100111010011011101110110010101001101011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031329; }

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

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

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

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

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

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

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

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