#030E11

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

Shades of Black Pearl #030E11

Tints of Black Pearl #030E11

Color information

#030E11 (or 0x030E11) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 11. RGB value is (3,14,17). Sum of RGB (Red+Green+Blue) = 3+14+17=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #030E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E11 is #FCF1EE. Grayscale: #0B0B0B. Windows color (decimal): -16577007 or 1117699. OLE color: 1117699.

HSL color Cylindrical-coordinate representation of color #030E11: hue angle of 192.86º 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 #030E11 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31417-
CMYK0.820.1800.93
HSL192.86º70%3.92%-
HSV(B)192.86º82.35%6.67%-
XYZ0.30.370.59-
YUV11.05131.36122.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 14 (5.86% from 255) = 41.18%
BLUE value IS 17 (7.03% from 255) = 50%
R=8.82%
G=41.18%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal314170.820.1800.93192.86703.92
Hex3E11521205Dc1464
Octal316211222201353011064
Binary1111101000110100101001001011101110000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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