#03060A

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

Shades of Black Pearl #03060A

Tints of Black Pearl #03060A

Color information

#03060A (or 0x03060A) is unknown color: approx Black Pearl. HEX triplet: 03, 06 and 0A. RGB value is (3,6,10). Sum of RGB (Red+Green+Blue) = 3+6+10=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #03060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060A is #FCF9F5. Grayscale: #050505. Windows color (decimal): -16579062 or 656899. OLE color: 656899.

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

Color convert

RGB3610-
CMYK0.700.400.96
HSL214.29º53.85%2.55%-
HSV(B)214.29º70%3.92%-
XYZ0.160.170.31-
YUV5.56130.51126.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15.79%
GREEN value IS 6 (2.73% from 255) = 31.58%
BLUE value IS 10 (4.30% from 255) = 52.63%
R=15.79%
G=31.58%
B=52.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal36100.700.400.96214.2953.852.55
Hex36A4628060d6363
Octal3612106500140326663
Binary1111010101000110101000011000001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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