#030F10

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

Shades of Black Pearl #030F10

Tints of Black Pearl #030F10

Color information

#030F10 (or 0x030F10) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 10. RGB value is (3,15,16). Sum of RGB (Red+Green+Blue) = 3+15+16=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 16 - color contains mainly: blue. Hex color #030F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F10 is #FCF0EF. Grayscale: #0B0B0B. Windows color (decimal): -16576752 or 1052419. OLE color: 1052419.

HSL color Cylindrical-coordinate representation of color #030F10: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030F10 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB31516-
CMYK0.810.0600.94
HSL184.62º68.42%3.73%-
HSV(B)184.62º81.25%6.27%-
XYZ0.30.40.55-
YUV11.53130.52121.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 15 (6.25% from 255) = 44.12%
BLUE value IS 16 (6.64% from 255) = 47.06%
R=8.82%
G=44.12%
B=47.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal315160.810.0600.94184.6268.423.73
Hex3F1051605Eb9444
Octal31720121601362711044
Binary11111110000101000111001011110101110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030F10; }

 p { color: rgb(3,15,16); }

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

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

 a { background-color: rgb(3,15,16); }

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

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

 span { border-color: rgb(3,15,16); }

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