#05182E

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

Shades of Black Pearl #05182E

Tints of Black Pearl #05182E

Color information

#05182E (or 0x05182E) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 2E. RGB value is (5,24,46). Sum of RGB (Red+Green+Blue) = 5+24+46=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #05182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05182E is #FAE7D1. Grayscale: #141414. Windows color (decimal): -16443346 or 3020805. OLE color: 3020805.

HSL color Cylindrical-coordinate representation of color #05182E: hue angle of 212.2º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05182E is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB52446-
CMYK0.890.4800.82
HSL212.2º80.39%10%-
HSV(B)212.2º89.13%18.04%-
XYZ0.880.882.71-
YUV20.83142.21116.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=6.67%
G=32%
B=61.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal524460.890.4800.82212.280.3910
Hex5182E5930052d450a
Octal5305613160012232412012
Binary101110001011101011001110000010100101101010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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