#061420

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

Shades of Black Pearl #061420

Tints of Black Pearl #061420

Color information

#061420 (or 0x061420) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 20. RGB value is (6,20,32). Sum of RGB (Red+Green+Blue) = 6+20+32=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #061420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061420 is #F9EBDF. Grayscale: #111111. Windows color (decimal): -16378848 or 2102278. OLE color: 2102278.

HSL color Cylindrical-coordinate representation of color #061420: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061420 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB62032-
CMYK0.810.3700.87
HSL207.69º68.42%7.45%-
HSV(B)207.69º81.25%12.55%-
XYZ0.590.641.46-
YUV17.18136.36120.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=10.34%
G=34.48%
B=55.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal620320.810.3700.87207.6968.427.45
Hex614205125057d0447
Octal624401214501273201047
Binary11010100100000101000110010101010111110100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061420; }

 p { color: rgb(6,20,32); }

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

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

 a { background-color: rgb(6,20,32); }

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

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

 span { border-color: rgb(6,20,32); }

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