#05101B

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

Shades of Black Pearl #05101B

Tints of Black Pearl #05101B

Color information

#05101B (or 0x05101B) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 1B. RGB value is (5,16,27). Sum of RGB (Red+Green+Blue) = 5+16+27=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #05101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05101B is #FAEFE4. Grayscale: #0D0D0D. Windows color (decimal): -16445413 or 1773573. OLE color: 1773573.

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

Color convert

RGB51627-
CMYK0.810.4100.89
HSL210º68.75%6.27%-
HSV(B)210º81.48%10.59%-
XYZ0.450.481.11-
YUV13.96135.36121.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=10.42%
G=33.33%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal516270.810.4100.8921068.756.27
Hex5101B5129059d2456
Octal520331215101313221056
Binary1011000011011101000110100101011001110100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05101B; }

 p { color: rgb(5,16,27); }

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

<style>
 a { background-color: #05101B; }

 a { background-color: rgb(5,16,27); }

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

<style>
 span { border-color: #05101B; }

 span { border-color: rgb(5,16,27); }

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