#061C29

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

Shades of Black Pearl #061C29

Tints of Black Pearl #061C29

Color information

#061C29 (or 0x061C29) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 29. RGB value is (6,28,41). Sum of RGB (Red+Green+Blue) = 6+28+41=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #061C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C29 is #F9E3D6. Grayscale: #161616. Windows color (decimal): -16376791 or 2694150. OLE color: 2694150.

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

Color convert

RGB62841-
CMYK0.850.3200.84
HSL202.29º74.47%9.22%-
HSV(B)202.29º85.37%16.08%-
XYZ0.891.032.25-
YUV22.9138.21115.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=8%
G=37.33%
B=54.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal628410.850.3200.84202.2974.479.22
Hex61C295520054ca4a9
Octal6345112540012431211211
Binary110111001010011010101100000010101001100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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