#030F15

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

Shades of Black Pearl #030F15

Tints of Black Pearl #030F15

Color information

#030F15 (or 0x030F15) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 15. RGB value is (3,15,21). Sum of RGB (Red+Green+Blue) = 3+15+21=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #030F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F15 is #FCF0EA. Grayscale: #0C0C0C. Windows color (decimal): -16576747 or 1380099. OLE color: 1380099.

HSL color Cylindrical-coordinate representation of color #030F15: hue angle of 200º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030F15 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31521-
CMYK0.860.2900.92
HSL200º75%4.71%-
HSV(B)200º85.71%8.24%-
XYZ0.340.420.77-
YUV12.1133.02121.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal315210.860.2900.92200754.71
Hex3F15561D05Cc84b5
Octal317251263501343101135
Binary1111111010110101101110101011100110010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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