#05111E

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

Shades of Black Pearl #05111E

Tints of Black Pearl #05111E

Color information

#05111E (or 0x05111E) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 1E. RGB value is (5,17,30). Sum of RGB (Red+Green+Blue) = 5+17+30=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #05111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111E is #FAEEE1. Grayscale: #0E0E0E. Windows color (decimal): -16445154 or 1970437. OLE color: 1970437.

HSL color Cylindrical-coordinate representation of color #05111E: hue angle of 211.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05111E is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51730-
CMYK0.830.4300.88
HSL211.2º71.43%6.86%-
HSV(B)211.2º83.33%11.76%-
XYZ0.50.531.3-
YUV14.89136.52120.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=9.62%
G=32.69%
B=57.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal517300.830.4300.88211.271.436.86
Hex5111E532B058d3477
Octal521361235301303231077
Binary1011000111110101001110101101011000110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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