#051119

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

Shades of Black Pearl #051119

Tints of Black Pearl #051119

Color information

#051119 (or 0x051119) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 19. RGB value is (5,17,25). Sum of RGB (Red+Green+Blue) = 5+17+25=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #051119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051119 is #FAEEE6. Grayscale: #0E0E0E. Windows color (decimal): -16445159 or 1642757. OLE color: 1642757.

HSL color Cylindrical-coordinate representation of color #051119: hue angle of 204º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051119 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB51725-
CMYK0.800.3200.90
HSL204º66.67%5.88%-
HSV(B)204º80%9.8%-
XYZ0.440.50.99-
YUV14.32134.02121.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=10.64%
G=36.17%
B=53.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal517250.800.3200.9020466.675.88
Hex51119502005Acc436
Octal521311204001323141036
Binary1011000111001101000010000001011010110011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051119; }

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

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

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

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

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

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

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

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