#031629

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

Shades of Black Pearl #031629

Tints of Black Pearl #031629

Color information

#031629 (or 0x031629) is unknown color: approx Black Pearl. HEX triplet: 03, 16 and 29. RGB value is (3,22,41). Sum of RGB (Red+Green+Blue) = 3+22+41=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #031629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031629 is #FCE9D6. Grayscale: #121212. Windows color (decimal): -16574935 or 2692611. OLE color: 2692611.

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

Color convert

RGB32241-
CMYK0.930.4600.84
HSL210º86.36%8.63%-
HSV(B)210º92.68%16.08%-
XYZ0.720.752.21-
YUV18.48140.71116.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 22 (8.98% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=4.55%
G=33.33%
B=62.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal322410.930.4600.8421086.368.63
Hex316295D2E054d2569
Octal3265113556012432212611
Binary11101101010011011101101110010101001101001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031629; }

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

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

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

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

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

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

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

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