#030C10

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

Shades of Black Pearl #030C10

Tints of Black Pearl #030C10

Color information

#030C10 (or 0x030C10) is unknown color: approx Black Pearl. HEX triplet: 03, 0C and 10. RGB value is (3,12,16). Sum of RGB (Red+Green+Blue) = 3+12+16=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 16 (6.64% from 255 or 51.61% from 31); Max value from RGB is 16 - color contains mainly: blue. Hex color #030C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C10 is #FCF3EF. Grayscale: #090909. Windows color (decimal): -16577520 or 1051651. OLE color: 1051651.

HSL color Cylindrical-coordinate representation of color #030C10: hue angle of 198.46º 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 #030C10 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB31216-
CMYK0.810.2500.94
HSL198.46º68.42%3.73%-
HSV(B)198.46º81.25%6.27%-
XYZ0.260.320.54-
YUV9.76131.52123.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 12 (5.08% from 255) = 38.71%
BLUE value IS 16 (6.64% from 255) = 51.61%
R=9.68%
G=38.71%
B=51.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal312160.810.2500.94198.4668.423.73
Hex3C10511905Ec6444
Octal314201213101363061044
Binary1111001000010100011100101011110110001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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