#030D11

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

Shades of Black Pearl #030D11

Tints of Black Pearl #030D11

Color information

#030D11 (or 0x030D11) is unknown color: approx Black Pearl. HEX triplet: 03, 0D and 11. RGB value is (3,13,17). Sum of RGB (Red+Green+Blue) = 3+13+17=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #030D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D11 is #FCF2EE. Grayscale: #0A0A0A. Windows color (decimal): -16577263 or 1117443. OLE color: 1117443.

HSL color Cylindrical-coordinate representation of color #030D11: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030D11 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31317-
CMYK0.820.2400.93
HSL197.14º70%3.92%-
HSV(B)197.14º82.35%6.67%-
XYZ0.280.350.58-
YUV10.47131.69122.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.09%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=9.09%
G=39.39%
B=51.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal313170.820.2400.93197.14703.92
Hex3D11521805Dc5464
Octal315211223001353051064
Binary1111011000110100101100001011101110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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