#050C11

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

Shades of Black Pearl #050C11

Tints of Black Pearl #050C11

Color information

#050C11 (or 0x050C11) is unknown color: approx Black Pearl. HEX triplet: 05, 0C and 11. RGB value is (5,12,17). Sum of RGB (Red+Green+Blue) = 5+12+17=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #050C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C11 is #FAF3EE. Grayscale: #0A0A0A. Windows color (decimal): -16446447 or 1117189. OLE color: 1117189.

HSL color Cylindrical-coordinate representation of color #050C11: hue angle of 205º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050C11 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB51217-
CMYK0.710.2900.93
HSL205º54.55%4.31%-
HSV(B)205º70.59%6.67%-
XYZ0.30.340.58-
YUV10.48131.68124.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.71%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 17 (7.03% from 255) = 50%
R=14.71%
G=35.29%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal512170.710.2900.9320554.554.31
Hex5C11471D05Dcd374
Octal51421107350135315674
Binary1011100100011000111111010101110111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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