#030507

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

Shades of Black Pearl #030507

Tints of Black Pearl #030507

Color information

#030507 (or 0x030507) is unknown color: approx Black Pearl. HEX triplet: 03, 05 and 07. RGB value is (3,5,7). Sum of RGB (Red+Green+Blue) = 3+5+7=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: blue. Hex color #030507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030507 is #FCFAF8. Grayscale: #040404. Windows color (decimal): -16579321 or 460035. OLE color: 460035.

HSL color Cylindrical-coordinate representation of color #030507: hue angle of 210º degrees, saturation: 0.4, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #030507 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB357-
CMYK0.570.2900.97
HSL210º40%1.96%-
HSV(B)210º57.14%2.75%-
XYZ0.130.140.22-
YUV4.63129.34126.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 46.67%
R=20%
G=33.33%
B=46.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3570.570.2900.97210401.96
Hex357391D061d2282
Octal35771350141322502
Binary1110111111100111101011000011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030507; }

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

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

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

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

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

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

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

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