#030C11

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

Shades of Black Pearl #030C11

Tints of Black Pearl #030C11

Color information

#030C11 (or 0x030C11) is unknown color: approx Black Pearl. HEX triplet: 03, 0C and 11. RGB value is (3,12,17). Sum of RGB (Red+Green+Blue) = 3+12+17=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #030C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C11 is #FCF3EE. Grayscale: #090909. Windows color (decimal): -16577519 or 1117187. OLE color: 1117187.

HSL color Cylindrical-coordinate representation of color #030C11: hue angle of 201.43º 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 #030C11 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB31217-
CMYK0.820.2900.93
HSL201.43º70%3.92%-
HSV(B)201.43º82.35%6.67%-
XYZ0.270.320.58-
YUV9.88132.02123.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 12 (5.08% from 255) = 37.5%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=9.38%
G=37.5%
B=53.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal312170.820.2900.93201.43703.92
Hex3C11521D05Dc9464
Octal314211223501353111064
Binary1111001000110100101110101011101110010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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