#030F13

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

Shades of Black Pearl #030F13

Tints of Black Pearl #030F13

Color information

#030F13 (or 0x030F13) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 13. RGB value is (3,15,19). Sum of RGB (Red+Green+Blue) = 3+15+19=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #030F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F13 is #FCF0EC. Grayscale: #0B0B0B. Windows color (decimal): -16576749 or 1249027. OLE color: 1249027.

HSL color Cylindrical-coordinate representation of color #030F13: hue angle of 195º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030F13 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31519-
CMYK0.840.2100.93
HSL195º72.73%4.31%-
HSV(B)195º84.21%7.45%-
XYZ0.330.410.68-
YUV11.87132.02121.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 19 (7.81% from 255) = 51.35%
R=8.11%
G=40.54%
B=51.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal315190.840.2100.9319572.734.31
Hex3F13541505Dc3494
Octal317231242501353031114
Binary1111111001110101001010101011101110000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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