#030608

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

Shades of Black Pearl #030608

Tints of Black Pearl #030608

Color information

#030608 (or 0x030608) is unknown color: approx Black Pearl. HEX triplet: 03, 06 and 08. RGB value is (3,6,8). Sum of RGB (Red+Green+Blue) = 3+6+8=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: blue. Hex color #030608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030608 is #FCF9F7. Grayscale: #050505. Windows color (decimal): -16579064 or 525827. OLE color: 525827.

HSL color Cylindrical-coordinate representation of color #030608: hue angle of 204º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #030608 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB368-
CMYK0.630.2500.97
HSL204º45.45%2.16%-
HSV(B)204º62.5%3.14%-
XYZ0.150.170.25-
YUV5.33129.51126.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 17.65%
GREEN value IS 6 (2.73% from 255) = 35.29%
BLUE value IS 8 (3.52% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3680.630.2500.9720445.452.16
Hex3683F19061cc2d2
Octal361077310141314552
Binary11110100011111111001011000011100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030608; }

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

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

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

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

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

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

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

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