#05182F

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

Shades of Black Pearl #05182F

Tints of Black Pearl #05182F

Color information

#05182F (or 0x05182F) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 2F. RGB value is (5,24,47). Sum of RGB (Red+Green+Blue) = 5+24+47=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #05182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05182F is #FAE7D0. Grayscale: #141414. Windows color (decimal): -16443345 or 3086341. OLE color: 3086341.

HSL color Cylindrical-coordinate representation of color #05182F: hue angle of 212.86º degrees, saturation: 0.81, 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 #05182F is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB52447-
CMYK0.890.4900.82
HSL212.86º80.77%10.2%-
HSV(B)212.86º89.36%18.43%-
XYZ0.90.892.81-
YUV20.94142.71116.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=6.58%
G=31.58%
B=61.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal524470.890.4900.82212.8680.7710.2
Hex5182F5931052d551a
Octal5305713161012232512112
Binary101110001011111011001110001010100101101010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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