#030D0F

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

Shades of Black Pearl #030D0F

Tints of Black Pearl #030D0F

Color information

#030D0F (or 0x030D0F) is unknown color: approx Black Pearl. HEX triplet: 03, 0D and 0F. RGB value is (3,13,15). Sum of RGB (Red+Green+Blue) = 3+13+15=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #030D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0F is #FCF2F0. Grayscale: #0A0A0A. Windows color (decimal): -16577265 or 986371. OLE color: 986371.

HSL color Cylindrical-coordinate representation of color #030D0F: hue angle of 190º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030D0F is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB31315-
CMYK0.800.1300.94
HSL190º66.67%3.53%-
HSV(B)190º80%5.88%-
XYZ0.270.340.5-
YUV10.24130.69122.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 13 (5.47% from 255) = 41.94%
BLUE value IS 15 (6.25% from 255) = 48.39%
R=9.68%
G=41.94%
B=48.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal313150.800.1300.9419066.673.53
Hex3DF50D05Ebe434
Octal315171201501362761034
Binary11110111111010000110101011110101111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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