#030F11

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

Shades of Black Pearl #030F11

Tints of Black Pearl #030F11

Color information

#030F11 (or 0x030F11) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 11. RGB value is (3,15,17). Sum of RGB (Red+Green+Blue) = 3+15+17=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #030F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F11 is #FCF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16576751 or 1117955. OLE color: 1117955.

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

Color convert

RGB31517-
CMYK0.820.1200.93
HSL188.57º70%3.92%-
HSV(B)188.57º82.35%6.67%-
XYZ0.310.40.59-
YUV11.64131.02121.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 15 (6.25% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=8.57%
G=42.86%
B=48.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal315170.820.1200.93188.57703.92
Hex3F1152C05Dbd464
Octal317211221401352751064
Binary111111100011010010110001011101101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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