#030B10

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

Shades of Black Pearl #030B10

Tints of Black Pearl #030B10

Color information

#030B10 (or 0x030B10) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 10. RGB value is (3,11,16). Sum of RGB (Red+Green+Blue) = 3+11+16=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #030B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B10 is #FCF4EF. Grayscale: #090909. Windows color (decimal): -16577776 or 1051395. OLE color: 1051395.

HSL color Cylindrical-coordinate representation of color #030B10: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030B10 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB31116-
CMYK0.810.3100.94
HSL203.08º68.42%3.73%-
HSV(B)203.08º81.25%6.27%-
XYZ0.250.30.53-
YUV9.18131.85123.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 11 (4.69% from 255) = 36.67%
BLUE value IS 16 (6.64% from 255) = 53.33%
R=10%
G=36.67%
B=53.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal311160.810.3100.94203.0868.423.73
Hex3B10511F05Ecb444
Octal313201213701363131044
Binary1110111000010100011111101011110110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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