#03060B

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

Shades of Black Pearl #03060B

Tints of Black Pearl #03060B

Color information

#03060B (or 0x03060B) is unknown color: approx Black Pearl. HEX triplet: 03, 06 and 0B. RGB value is (3,6,11). Sum of RGB (Red+Green+Blue) = 3+6+11=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #03060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060B is #FCF9F4. Grayscale: #050505. Windows color (decimal): -16579061 or 722435. OLE color: 722435.

HSL color Cylindrical-coordinate representation of color #03060B: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #03060B is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3611-
CMYK0.730.4500.96
HSL217.5º57.14%2.75%-
HSV(B)217.5º72.73%4.31%-
XYZ0.160.170.34-
YUV5.67131.01126.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15%
GREEN value IS 6 (2.73% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 55%
R=15%
G=30%
B=55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal36110.730.4500.96217.557.142.75
Hex36B492D060da393
Octal3613111550140332713
Binary1111010111001001101101011000001101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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