#00060A

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

Shades of Black Pearl #00060A

Tints of Black Pearl #00060A

Color information

#00060A (or 0x00060A) is unknown color: approx Black Pearl. HEX triplet: 00, 06 and 0A. RGB value is (0,6,10). Sum of RGB (Red+Green+Blue) = 0+6+10=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 6 (2.73% from 255 or 37.5% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #00060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00060A is #FFF9F5. Grayscale: #040404. Windows color (decimal): -16775670 or 656896. OLE color: 656896.

HSL color Cylindrical-coordinate representation of color #00060A: hue angle of 204º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00060A is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0610-
CMYK10.400.96
HSL204º100%1.96%-
HSV(B)204º100%3.92%-
XYZ0.120.150.31-
YUV4.66131.01124.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 62.5%
R=0%
G=37.5%
B=62.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal061010.400.962041001.96
Hex06A6428060cc642
Octal06121445001403141442
Binary0110101011001001010000110000011001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00060A; }

 p { color: rgb(0,6,10); }

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

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

 a { background-color: rgb(0,6,10); }

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

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

 span { border-color: rgb(0,6,10); }

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