#051417

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

Shades of Black Pearl #051417

Tints of Black Pearl #051417

Color information

#051417 (or 0x051417) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 17. RGB value is (5,20,23). Sum of RGB (Red+Green+Blue) = 5+20+23=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #051417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051417 is #FAEBE8. Grayscale: #0F0F0F. Windows color (decimal): -16444393 or 1512453. OLE color: 1512453.

HSL color Cylindrical-coordinate representation of color #051417: hue angle of 190º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051417 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB52023-
CMYK0.780.1300.91
HSL190º64.29%5.49%-
HSV(B)190º78.26%9.02%-
XYZ0.470.590.9-
YUV15.86132.03120.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=10.42%
G=41.67%
B=47.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal520230.780.1300.9119064.295.49
Hex514174ED05Bbe405
Octal524271161501332761005
Binary10110100101111001110110101011011101111101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051417; }

 p { color: rgb(5,20,23); }

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

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

 a { background-color: rgb(5,20,23); }

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

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

 span { border-color: rgb(5,20,23); }

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