#051214

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

Shades of Black Pearl #051214

Tints of Black Pearl #051214

Color information

#051214 (or 0x051214) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 14. RGB value is (5,18,20). Sum of RGB (Red+Green+Blue) = 5+18+20=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #051214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051214 is #FAEDEB. Grayscale: #0E0E0E. Windows color (decimal): -16444908 or 1315333. OLE color: 1315333.

HSL color Cylindrical-coordinate representation of color #051214: hue angle of 188º 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 #051214 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB51820-
CMYK0.750.1000.92
HSL188º60%4.9%-
HSV(B)188º75%7.84%-
XYZ0.410.520.74-
YUV14.34131.19121.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=11.63%
G=41.86%
B=46.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal518200.750.1000.92188604.9
Hex512144BA05Cbc3c5
Octal52224113120134274745
Binary1011001010100100101110100101110010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051214; }

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

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

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

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

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

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

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

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