#05191C

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

Shades of Black Pearl #05191C

Tints of Black Pearl #05191C

Color information

#05191C (or 0x05191C) is unknown color: approx Black Pearl. HEX triplet: 05, 19 and 1C. RGB value is (5,25,28). Sum of RGB (Red+Green+Blue) = 5+25+28=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #05191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05191C is #FAE6E3. Grayscale: #131313. Windows color (decimal): -16443108 or 1841413. OLE color: 1841413.

HSL color Cylindrical-coordinate representation of color #05191C: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05191C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52528-
CMYK0.820.1100.89
HSL187.83º69.7%6.47%-
HSV(B)187.83º82.14%10.98%-
XYZ0.620.811.22-
YUV19.36132.87117.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=8.62%
G=43.10%
B=48.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal525280.820.1100.89187.8369.76.47
Hex5191C52B059bc466
Octal531341221301312741066
Binary10111001111001010010101101011001101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05191C; }

 p { color: rgb(5,25,28); }

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

<style>
 a { background-color: #05191C; }

 a { background-color: rgb(5,25,28); }

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

<style>
 span { border-color: #05191C; }

 span { border-color: rgb(5,25,28); }

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