Html Css Color HEX #03060A Black Pearl

📋 copy color: '#03060A'

red 3 ◦ green 6 ◦ blue 10

#03060A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #03060A

Tints of Black Pearl #03060A

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.3% from 255) = 52.63%

R = 15.79%
G = 31.58%
B = 52.63%

CMYK

 C value IS 0.70

 M value IS 0.4

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#03060A (or 0x03060A) is known color: 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

RGB 3 6 10 -
CMYK 0.70 0.4 0 0.96
HSL 214.29º 0.54% 0.03% -
HSV(B) 214.29º 0.7% 0.04% -
XYZ 0.16 0.17 0.31 -
YUV 5.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 3 6 10 0.70 0.4 0 0.96 214.29 0.54 0.03
Hex 3 6 A 46 28 0 60 D6 36 3
Octal 3 6 12 106 50 0 140 326 66 3
Binary 11 110 1010 1000110 101000 0 1100000 11010110 110110 11

Color Harmonies of #03060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03060A

Black with #03060A

Text Example


Text Example

White with #03060A

Text Example


Text Example

HTML Codes & Css Web 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>