#05121B

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

Shades of Black Pearl #05121B

Tints of Black Pearl #05121B

Color information

#05121B (or 0x05121B) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 1B. RGB value is (5,18,27). Sum of RGB (Red+Green+Blue) = 5+18+27=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #05121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121B is #FAEDE4. Grayscale: #0F0F0F. Windows color (decimal): -16444901 or 1774085. OLE color: 1774085.

HSL color Cylindrical-coordinate representation of color #05121B: hue angle of 204.55º 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 #05121B is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51827-
CMYK0.810.3300.89
HSL204.55º68.75%6.27%-
HSV(B)204.55º81.48%10.59%-
XYZ0.480.541.12-
YUV15.14134.69120.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 27 (10.94% from 255) = 54%
R=10%
G=36%
B=54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal518270.810.3300.89204.5568.756.27
Hex5121B5121059cd456
Octal522331214101313151056
Binary1011001011011101000110000101011001110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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