#061329

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

Shades of Black Pearl #061329

Tints of Black Pearl #061329

Color information

#061329 (or 0x061329) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 29. RGB value is (6,19,41). Sum of RGB (Red+Green+Blue) = 6+19+41=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 19 (7.81% from 255 or 28.79% 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 #061329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061329 is #F9ECD6. Grayscale: #111111. Windows color (decimal): -16379095 or 2691846. OLE color: 2691846.

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

Color convert

RGB61941-
CMYK0.850.5400.84
HSL217.71º74.47%9.22%-
HSV(B)217.71º85.37%16.08%-
XYZ0.710.662.19-
YUV17.62141.19119.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=9.09%
G=28.79%
B=62.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal619410.850.5400.84217.7174.479.22
Hex613295536054da4a9
Octal6235112566012433211211
Binary110100111010011010101110110010101001101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061329; }

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

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

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

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

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

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

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

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