#05121F

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

Shades of Black Pearl #05121F

Tints of Black Pearl #05121F

Color information

#05121F (or 0x05121F) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 1F. RGB value is (5,18,31). Sum of RGB (Red+Green+Blue) = 5+18+31=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #05121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121F is #FAEDE0. Grayscale: #0F0F0F. Windows color (decimal): -16444897 or 2036229. OLE color: 2036229.

HSL color Cylindrical-coordinate representation of color #05121F: hue angle of 210º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05121F is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51831-
CMYK0.840.4200.88
HSL210º72.22%7.06%-
HSV(B)210º83.87%12.16%-
XYZ0.530.561.38-
YUV15.6136.69120.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=9.26%
G=33.33%
B=57.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal518310.840.4200.8821072.227.06
Hex5121F542A058d2487
Octal522371245201303221107
Binary1011001011111101010010101001011000110100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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