#061D29

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

Shades of Black Pearl #061D29

Tints of Black Pearl #061D29

Color information

#061D29 (or 0x061D29) is unknown color: approx Black Pearl. HEX triplet: 06, 1D and 29. RGB value is (6,29,41). Sum of RGB (Red+Green+Blue) = 6+29+41=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #061D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D29 is #F9E2D6. Grayscale: #171717. Windows color (decimal): -16376535 or 2694406. OLE color: 2694406.

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

Color convert

RGB62941-
CMYK0.850.2900.84
HSL200.57º74.47%9.22%-
HSV(B)200.57º85.37%16.08%-
XYZ0.911.082.26-
YUV23.49137.88115.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=7.89%
G=38.16%
B=53.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal629410.850.2900.84200.5774.479.22
Hex61D29551D054c94a9
Octal6355112535012431111211
Binary11011101101001101010111101010101001100100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061D29; }

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

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

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

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

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

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

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

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