#061012

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

Shades of Black Pearl #061012

Tints of Black Pearl #061012

Color information

#061012 (or 0x061012) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 12. RGB value is (6,16,18). Sum of RGB (Red+Green+Blue) = 6+16+18=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #061012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061012 is #F9EFED. Grayscale: #0D0D0D. Windows color (decimal): -16379886 or 1183750. OLE color: 1183750.

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

Color convert

RGB61618-
CMYK0.670.1100.93
HSL190º50%4.71%-
HSV(B)190º66.67%7.06%-
XYZ0.370.450.64-
YUV13.24130.69122.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal616180.670.1100.93190504.71
Hex6101243B05Dbe325
Octal62022103130135276625
Binary1101000010010100001110110101110110111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061012; }

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

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

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

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

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

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

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

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