#030D16

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

Shades of Black Pearl #030D16

Tints of Black Pearl #030D16

Color information

#030D16 (or 0x030D16) is unknown color: approx Black Pearl. HEX triplet: 03, 0D and 16. RGB value is (3,13,22). Sum of RGB (Red+Green+Blue) = 3+13+22=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #030D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D16 is #FCF2E9. Grayscale: #0A0A0A. Windows color (decimal): -16577258 or 1445123. OLE color: 1445123.

HSL color Cylindrical-coordinate representation of color #030D16: hue angle of 208.42º 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 #030D16 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31322-
CMYK0.860.4100.91
HSL208.42º76%4.9%-
HSV(B)208.42º86.36%8.63%-
XYZ0.330.370.81-
YUV11.04134.19122.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=7.89%
G=34.21%
B=57.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal313220.860.4100.91208.42764.9
Hex3D16562905Bd04c5
Octal315261265101333201145
Binary11110110110101011010100101011011110100001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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