#062629

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

Shades of Black Pearl #062629

Tints of Black Pearl #062629

Color information

#062629 (or 0x062629) is unknown color: approx Black Pearl. HEX triplet: 06, 26 and 29. RGB value is (6,38,41). Sum of RGB (Red+Green+Blue) = 6+38+41=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #062629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062629 is #F9D9D6. Grayscale: #1C1C1C. Windows color (decimal): -16374231 or 2696710. OLE color: 2696710.

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

Color convert

RGB63841-
CMYK0.850.0700.84
HSL185.14º74.47%9.22%-
HSV(B)185.14º85.37%16.08%-
XYZ1.171.592.34-
YUV28.77134.9111.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=7.06%
G=44.71%
B=48.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal638410.850.0700.84185.1474.479.22
Hex62629557054b94a9
Octal646511257012427111211
Binary1101001101010011010101111010101001011100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062629; }

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

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

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

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

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

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

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

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