#05111D

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

Shades of Black Pearl #05111D

Tints of Black Pearl #05111D

Color information

#05111D (or 0x05111D) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 1D. RGB value is (5,17,29). Sum of RGB (Red+Green+Blue) = 5+17+29=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #05111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05111D is #FAEEE2. Grayscale: #0E0E0E. Windows color (decimal): -16445155 or 1904901. OLE color: 1904901.

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

Color convert

RGB51729-
CMYK0.830.4100.89
HSL210º70.59%6.67%-
HSV(B)210º82.76%11.37%-
XYZ0.480.521.24-
YUV14.78136.02121.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=9.80%
G=33.33%
B=56.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal517290.830.4100.8921070.596.67
Hex5111D5329059d2477
Octal521351235101313221077
Binary1011000111101101001110100101011001110100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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