#05162A

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

Shades of Black Pearl #05162A

Tints of Black Pearl #05162A

Color information

#05162A (or 0x05162A) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 2A. RGB value is (5,22,42). Sum of RGB (Red+Green+Blue) = 5+22+42=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #05162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05162A is #FAE9D5. Grayscale: #131313. Windows color (decimal): -16443862 or 2758149. OLE color: 2758149.

HSL color Cylindrical-coordinate representation of color #05162A: hue angle of 212.43º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05162A is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52242-
CMYK0.880.4800.84
HSL212.43º78.72%9.22%-
HSV(B)212.43º88.1%16.47%-
XYZ0.770.772.3-
YUV19.2140.87117.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 42 (16.80% from 255) = 60.87%
R=7.25%
G=31.88%
B=60.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal522420.880.4800.84212.4378.729.22
Hex5162A5830054d44f9
Octal5265213060012432411711
Binary101101101010101011000110000010101001101010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05162A; }

 p { color: rgb(5,22,42); }

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

<style>
 a { background-color: #05162A; }

 a { background-color: rgb(5,22,42); }

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

<style>
 span { border-color: #05162A; }

 span { border-color: rgb(5,22,42); }

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