#061527

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

Shades of Black Pearl #061527

Tints of Black Pearl #061527

Color information

#061527 (or 0x061527) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 27. RGB value is (6,21,39). Sum of RGB (Red+Green+Blue) = 6+21+39=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #061527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061527 is #F9EAD8. Grayscale: #121212. Windows color (decimal): -16378585 or 2561286. OLE color: 2561286.

HSL color Cylindrical-coordinate representation of color #061527: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061527 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB62139-
CMYK0.850.4600.85
HSL212.73º73.33%8.82%-
HSV(B)212.73º84.62%15.29%-
XYZ0.710.722.02-
YUV18.57139.53119.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 39 (15.62% from 255) = 59.09%
R=9.09%
G=31.82%
B=59.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal621390.850.4600.85212.7373.338.82
Hex61527552E055d5499
Octal6254712556012532511111
Binary110101011001111010101101110010101011101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061527; }

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

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

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

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

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

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

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

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