#061B20

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

Shades of Black Pearl #061B20

Tints of Black Pearl #061B20

Color information

#061B20 (or 0x061B20) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 20. RGB value is (6,27,32). Sum of RGB (Red+Green+Blue) = 6+27+32=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #061B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B20 is #F9E4DF. Grayscale: #151515. Windows color (decimal): -16377056 or 2104070. OLE color: 2104070.

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

Color convert

RGB62732-
CMYK0.810.1600.87
HSL191.54º68.42%7.45%-
HSV(B)191.54º81.25%12.55%-
XYZ0.730.931.51-
YUV21.29134.04117.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=9.23%
G=41.54%
B=49.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal627320.810.1600.87191.5468.427.45
Hex61B205110057c0447
Octal633401212001273001047
Binary1101101110000010100011000001010111110000001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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