#061011

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

Shades of Black Pearl #061011

Tints of Black Pearl #061011

Color information

#061011 (or 0x061011) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 11. RGB value is (6,16,17). Sum of RGB (Red+Green+Blue) = 6+16+17=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: blue. Hex color #061011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061011 is #F9EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16379887 or 1118214. OLE color: 1118214.

HSL color Cylindrical-coordinate representation of color #061011: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061011 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61617-
CMYK0.650.0600.93
HSL185.45º47.83%4.51%-
HSV(B)185.45º64.71%6.67%-
XYZ0.360.450.6-
YUV13.12130.19122.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=15.38%
G=41.03%
B=43.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal616170.650.0600.93185.4547.834.51
Hex6101141605Db9305
Octal6202110160135271605
Binary110100001000110000011100101110110111001110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061011; }

 p { color: rgb(6,16,17); }

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

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

 a { background-color: rgb(6,16,17); }

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

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

 span { border-color: rgb(6,16,17); }

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