#061429

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

Shades of Black Pearl #061429

Tints of Black Pearl #061429

Color information

#061429 (or 0x061429) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 29. RGB value is (6,20,41). Sum of RGB (Red+Green+Blue) = 6+20+41=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #061429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061429 is #F9EBD6. Grayscale: #121212. Windows color (decimal): -16378839 or 2692102. OLE color: 2692102.

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

Color convert

RGB62041-
CMYK0.850.5100.84
HSL216º74.47%9.22%-
HSV(B)216º85.37%16.08%-
XYZ0.730.72.19-
YUV18.21140.86119.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=8.96%
G=29.85%
B=61.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal620410.850.5100.8421674.479.22
Hex614295533054d84a9
Octal6245112563012433011211
Binary110101001010011010101110011010101001101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061429; }

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

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

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

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

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

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

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

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