#030B16

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

Shades of Black Pearl #030B16

Tints of Black Pearl #030B16

Color information

#030B16 (or 0x030B16) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 16. RGB value is (3,11,22). Sum of RGB (Red+Green+Blue) = 3+11+22=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #030B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B16 is #FCF4E9. Grayscale: #090909. Windows color (decimal): -16577770 or 1444611. OLE color: 1444611.

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

Color convert

RGB31122-
CMYK0.860.500.91
HSL214.74º76%4.9%-
HSV(B)214.74º86.36%8.63%-
XYZ0.30.320.8-
YUV9.86134.85123.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=8.33%
G=30.56%
B=61.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal311220.860.500.91214.74764.9
Hex3B16563205Bd74c5
Octal313261266201333271145
Binary11101110110101011011001001011011110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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