#010407

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

Shades of Black Pearl #010407

Tints of Black Pearl #010407

Color information

#010407 (or 0x010407) is unknown color: approx Black Pearl. HEX triplet: 01, 04 and 07. RGB value is (1,4,7). Sum of RGB (Red+Green+Blue) = 1+4+7=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #010407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010407 is #FEFBF8. Grayscale: #030303. Windows color (decimal): -16710649 or 459777. OLE color: 459777.

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

Color convert

RGB147-
CMYK0.860.4300.97
HSL210º75%1.57%-
HSV(B)210º85.71%2.75%-
XYZ0.090.110.22-
YUV3.44130.01126.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 8.33%
GREEN value IS 4 (1.95% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 58.33%
R=8.33%
G=33.33%
B=58.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1470.860.4300.97210751.57
Hex147562B061d24b2
Octal1471265301413221132
Binary110011110101101010110110000111010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010407; }

 p { color: rgb(1,4,7); }

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

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

 a { background-color: rgb(1,4,7); }

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

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

 span { border-color: rgb(1,4,7); }

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