#030F19

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

Shades of Black Pearl #030F19

Tints of Black Pearl #030F19

Color information

#030F19 (or 0x030F19) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 19. RGB value is (3,15,25). Sum of RGB (Red+Green+Blue) = 3+15+25=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #030F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F19 is #FCF0E6. Grayscale: #0C0C0C. Windows color (decimal): -16576743 or 1642243. OLE color: 1642243.

HSL color Cylindrical-coordinate representation of color #030F19: hue angle of 207.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030F19 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31525-
CMYK0.880.4000.90
HSL207.27º78.57%5.49%-
HSV(B)207.27º88%9.8%-
XYZ0.380.430.98-
YUV12.55135.02121.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.98%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=6.98%
G=34.88%
B=58.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal315250.880.4000.90207.2778.575.49
Hex3F19582805Acf4f5
Octal317311305001323171175
Binary11111111001101100010100001011010110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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