#030F18

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

Shades of Black Pearl #030F18

Tints of Black Pearl #030F18

Color information

#030F18 (or 0x030F18) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 18. RGB value is (3,15,24). Sum of RGB (Red+Green+Blue) = 3+15+24=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #030F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F18 is #FCF0E7. Grayscale: #0C0C0C. Windows color (decimal): -16576744 or 1576707. OLE color: 1576707.

HSL color Cylindrical-coordinate representation of color #030F18: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030F18 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31524-
CMYK0.880.3700.91
HSL205.71º77.78%5.29%-
HSV(B)205.71º87.5%9.41%-
XYZ0.370.430.93-
YUV12.44134.52121.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=7.14%
G=35.71%
B=57.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal315240.880.3700.91205.7177.785.29
Hex3F18582505Bce4e5
Octal317301304501333161165
Binary11111111000101100010010101011011110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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