#030E16

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

Shades of Black Pearl #030E16

Tints of Black Pearl #030E16

Color information

#030E16 (or 0x030E16) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 16. RGB value is (3,14,22). Sum of RGB (Red+Green+Blue) = 3+14+22=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #030E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E16 is #FCF1E9. Grayscale: #0B0B0B. Windows color (decimal): -16577002 or 1445379. OLE color: 1445379.

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

Color convert

RGB31422-
CMYK0.860.3600.91
HSL205.26º76%4.9%-
HSV(B)205.26º86.36%8.63%-
XYZ0.340.390.82-
YUV11.62133.86121.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=7.69%
G=35.90%
B=56.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal314220.860.3600.91205.26764.9
Hex3E16562405Bcd4c5
Octal316261264401333151145
Binary11111010110101011010010001011011110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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