#05182A

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

Shades of Black Pearl #05182A

Tints of Black Pearl #05182A

Color information

#05182A (or 0x05182A) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 2A. RGB value is (5,24,42). Sum of RGB (Red+Green+Blue) = 5+24+42=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #05182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05182A is #FAE7D5. Grayscale: #141414. Windows color (decimal): -16443350 or 2758661. OLE color: 2758661.

HSL color Cylindrical-coordinate representation of color #05182A: hue angle of 209.19º 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 #05182A is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52442-
CMYK0.880.4300.84
HSL209.19º78.72%9.22%-
HSV(B)209.19º88.1%16.47%-
XYZ0.810.852.31-
YUV20.37140.21117.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 42 (16.80% from 255) = 59.15%
R=7.04%
G=33.80%
B=59.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal524420.880.4300.84209.1978.729.22
Hex5182A582B054d14f9
Octal5305213053012432111711
Binary101110001010101011000101011010101001101000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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