#030508

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

Shades of Black Pearl #030508

Tints of Black Pearl #030508

Color information

#030508 (or 0x030508) is unknown color: approx Black Pearl. HEX triplet: 03, 05 and 08. RGB value is (3,5,8). Sum of RGB (Red+Green+Blue) = 3+5+8=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #030508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030508 is #FCFAF7. Grayscale: #040404. Windows color (decimal): -16579320 or 525571. OLE color: 525571.

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

Color convert

RGB358-
CMYK0.630.3800.97
HSL216º45.45%2.16%-
HSV(B)216º62.5%3.14%-
XYZ0.140.150.25-
YUV4.74129.84126.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 5 (2.34% from 255) = 31.25%
BLUE value IS 8 (3.52% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3580.630.3800.9721645.452.16
Hex3583F26061d82d2
Octal351077460141330552
Binary111011000111111100110011000011101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030508; }

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

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

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

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

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

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

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

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