#061C20

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

Shades of Black Pearl #061C20

Tints of Black Pearl #061C20

Color information

#061C20 (or 0x061C20) is unknown color: approx Black Pearl. HEX triplet: 06, 1C and 20. RGB value is (6,28,32). Sum of RGB (Red+Green+Blue) = 6+28+32=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #061C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C20 is #F9E3DF. Grayscale: #151515. Windows color (decimal): -16376800 or 2104326. OLE color: 2104326.

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

Color convert

RGB62832-
CMYK0.810.1200.87
HSL189.23º68.42%7.45%-
HSV(B)189.23º81.25%12.55%-
XYZ0.750.971.51-
YUV21.88133.71116.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=9.09%
G=42.42%
B=48.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal628320.810.1200.87189.2368.427.45
Hex61C2051C057bd447
Octal634401211401272751047
Binary110111001000001010001110001010111101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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