#030708

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

Shades of Black Pearl #030708

Tints of Black Pearl #030708

Color information

#030708 (or 0x030708) is unknown color: approx Black Pearl. HEX triplet: 03, 07 and 08. RGB value is (3,7,8). Sum of RGB (Red+Green+Blue) = 3+7+8=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #030708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030708 is #FCF8F7. Grayscale: #050505. Windows color (decimal): -16578808 or 526083. OLE color: 526083.

HSL color Cylindrical-coordinate representation of color #030708: hue angle of 192º 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 #030708 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB378-
CMYK0.630.1300.97
HSL192º45.45%2.16%-
HSV(B)192º62.5%3.14%-
XYZ0.160.190.26-
YUV5.92129.17125.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 8 (3.52% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3780.630.1300.9719245.452.16
Hex3783FD061c02d2
Octal371077150141300552
Binary1111110001111111101011000011100000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030708; }

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

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

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

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

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

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

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

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