#061529

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

Shades of Black Pearl #061529

Tints of Black Pearl #061529

Color information

#061529 (or 0x061529) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 29. RGB value is (6,21,41). Sum of RGB (Red+Green+Blue) = 6+21+41=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #061529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061529 is #F9EAD6. Grayscale: #121212. Windows color (decimal): -16378583 or 2692358. OLE color: 2692358.

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

Color convert

RGB62141-
CMYK0.850.4900.84
HSL214.29º74.47%9.22%-
HSV(B)214.29º85.37%16.08%-
XYZ0.740.742.2-
YUV18.8140.53118.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 41 (16.41% from 255) = 60.29%
R=8.82%
G=30.88%
B=60.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal621410.850.4900.84214.2974.479.22
Hex615295531054d64a9
Octal6255112561012432611211
Binary110101011010011010101110001010101001101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061529; }

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

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

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

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

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

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

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

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