#061629

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

Shades of Black Pearl #061629

Tints of Black Pearl #061629

Color information

#061629 (or 0x061629) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 29. RGB value is (6,22,41). Sum of RGB (Red+Green+Blue) = 6+22+41=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #061629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061629 is #F9E9D6. Grayscale: #131313. Windows color (decimal): -16378327 or 2692614. OLE color: 2692614.

HSL color Cylindrical-coordinate representation of color #061629: hue angle of 212.57º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061629 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB62241-
CMYK0.850.4600.84
HSL212.57º74.47%9.22%-
HSV(B)212.57º85.37%16.08%-
XYZ0.760.772.21-
YUV19.38140.2118.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 41 (16.41% from 255) = 59.42%
R=8.70%
G=31.88%
B=59.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal622410.850.4600.84212.5774.479.22
Hex61629552E054d54a9
Octal6265112556012432511211
Binary110101101010011010101101110010101001101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061629; }

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

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

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

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

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

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

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

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