#05181F

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

Shades of Black Pearl #05181F

Tints of Black Pearl #05181F

Color information

#05181F (or 0x05181F) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 1F. RGB value is (5,24,31). Sum of RGB (Red+Green+Blue) = 5+24+31=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #05181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05181F is #FAE7E0. Grayscale: #131313. Windows color (decimal): -16443361 or 2037765. OLE color: 2037765.

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

Color convert

RGB52431-
CMYK0.840.2300.88
HSL196.15º72.22%7.06%-
HSV(B)196.15º83.87%12.16%-
XYZ0.640.781.41-
YUV19.12134.71117.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=8.33%
G=40%
B=51.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal524310.840.2300.88196.1572.227.06
Hex5181F5417058c4487
Octal530371242701303041107
Binary101110001111110101001011101011000110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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