#051314

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

Shades of Black Pearl #051314

Tints of Black Pearl #051314

Color information

#051314 (or 0x051314) is unknown color: approx Black Pearl. HEX triplet: 05, 13 and 14. RGB value is (5,19,20). Sum of RGB (Red+Green+Blue) = 5+19+20=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #051314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051314 is #FAECEB. Grayscale: #0E0E0E. Windows color (decimal): -16444652 or 1315589. OLE color: 1315589.

HSL color Cylindrical-coordinate representation of color #051314: hue angle of 184º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051314 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51920-
CMYK0.750.0500.92
HSL184º60%4.9%-
HSV(B)184º75%7.84%-
XYZ0.420.550.75-
YUV14.93130.86120.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=11.36%
G=43.18%
B=45.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal519200.750.0500.92184604.9
Hex513144B505Cb83c5
Octal5232411350134270745
Binary101100111010010010111010101110010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051314; }

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

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

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

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

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

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

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

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