#05111C

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

Shades of Black Pearl #05111C

Tints of Black Pearl #05111C

Color information

#05111C (or 0x05111C) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 1C. RGB value is (5,17,28). Sum of RGB (Red+Green+Blue) = 5+17+28=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #05111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111C is #FAEEE3. Grayscale: #0E0E0E. Windows color (decimal): -16445156 or 1839365. OLE color: 1839365.

HSL color Cylindrical-coordinate representation of color #05111C: hue angle of 208.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05111C is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51728-
CMYK0.820.3900.89
HSL208.7º69.7%6.47%-
HSV(B)208.7º82.14%10.98%-
XYZ0.470.521.17-
YUV14.67135.52121.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 28 (11.33% from 255) = 56%
R=10%
G=34%
B=56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal517280.820.3900.89208.769.76.47
Hex5111C5227059d1466
Octal521341224701313211066
Binary1011000111100101001010011101011001110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05111C; }

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

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

<style>
 a { background-color: #05111C; }

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

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

<style>
 span { border-color: #05111C; }

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

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