#061A29

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

Shades of Black Pearl #061A29

Tints of Black Pearl #061A29

Color information

#061A29 (or 0x061A29) is unknown color: approx Black Pearl. HEX triplet: 06, 1A and 29. RGB value is (6,26,41). Sum of RGB (Red+Green+Blue) = 6+26+41=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #061A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A29 is #F9E5D6. Grayscale: #151515. Windows color (decimal): -16377303 or 2693638. OLE color: 2693638.

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

Color convert

RGB62641-
CMYK0.850.3700.84
HSL205.71º74.47%9.22%-
HSV(B)205.71º85.37%16.08%-
XYZ0.840.942.23-
YUV21.73138.87116.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 41 (16.41% from 255) = 56.16%
R=8.22%
G=35.62%
B=56.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal626410.850.3700.84205.7174.479.22
Hex61A295525054ce4a9
Octal6325112545012431611211
Binary110110101010011010101100101010101001100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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