#061220

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

Shades of Black Pearl #061220

Tints of Black Pearl #061220

Color information

#061220 (or 0x061220) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 20. RGB value is (6,18,32). Sum of RGB (Red+Green+Blue) = 6+18+32=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #061220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061220 is #F9EDDF. Grayscale: #0F0F0F. Windows color (decimal): -16379360 or 2101766. OLE color: 2101766.

HSL color Cylindrical-coordinate representation of color #061220: hue angle of 212.31º 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 #061220 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB61832-
CMYK0.810.4400.87
HSL212.31º68.42%7.45%-
HSV(B)212.31º81.25%12.55%-
XYZ0.550.581.45-
YUV16.01137.02120.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 32 (12.89% from 255) = 57.14%
R=10.71%
G=32.14%
B=57.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal618320.810.4400.87212.3168.427.45
Hex61220512C057d4447
Octal622401215401273241047
Binary11010010100000101000110110001010111110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061220; }

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

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

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

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

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

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

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

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