#050607

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

Shades of Black Pearl #050607

Tints of Black Pearl #050607

Color information

#050607 (or 0x050607) is unknown color: approx Black Pearl. HEX triplet: 05, 06 and 07. RGB value is (5,6,7). Sum of RGB (Red+Green+Blue) = 5+6+7=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 7 - color contains mainly: blue. Hex color #050607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050607 is #FAF9F8. Grayscale: #050505. Windows color (decimal): -16447993 or 460293. OLE color: 460293.

HSL color Cylindrical-coordinate representation of color #050607: hue angle of 210º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #050607 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB567-
CMYK0.290.1400.97
HSL210º16.67%2.35%-
HSV(B)210º28.57%2.75%-
XYZ0.170.180.23-
YUV5.82128.67127.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 27.78%
GREEN value IS 6 (2.73% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5670.290.1400.9721016.672.35
Hex5671DE061d2112
Octal56735160141322212
Binary10111011111101111001100001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050607; }

 p { color: rgb(5,6,7); }

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

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

 a { background-color: rgb(5,6,7); }

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

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

 span { border-color: rgb(5,6,7); }

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