#030F14

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

Shades of Black Pearl #030F14

Tints of Black Pearl #030F14

Color information

#030F14 (or 0x030F14) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 14. RGB value is (3,15,20). Sum of RGB (Red+Green+Blue) = 3+15+20=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #030F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F14 is #FCF0EB. Grayscale: #0B0B0B. Windows color (decimal): -16576748 or 1314563. OLE color: 1314563.

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

Color convert

RGB31520-
CMYK0.850.2500.92
HSL197.65º73.91%4.51%-
HSV(B)197.65º85%7.84%-
XYZ0.330.410.72-
YUV11.98132.52121.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=7.89%
G=39.47%
B=52.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal315200.850.2500.92197.6573.914.51
Hex3F14551905Cc64a5
Octal317241253101343061125
Binary1111111010010101011100101011100110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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