#010409

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

Shades of Black Pearl #010409

Tints of Black Pearl #010409

Color information

#010409 (or 0x010409) is unknown color: approx Black Pearl. HEX triplet: 01, 04 and 09. RGB value is (1,4,9). Sum of RGB (Red+Green+Blue) = 1+4+9=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #010409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010409 is #FEFBF6. Grayscale: #030303. Windows color (decimal): -16710647 or 590849. OLE color: 590849.

HSL color Cylindrical-coordinate representation of color #010409: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010409 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB149-
CMYK0.890.5600.96
HSL217.5º80%1.96%-
HSV(B)217.5º88.89%3.53%-
XYZ0.110.110.27-
YUV3.67131.01126.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 4 (1.95% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 64.29%
R=7.14%
G=28.57%
B=64.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1490.890.5600.96217.5801.96
Hex1495938060da502
Octal14111317001403321202
Binary1100100110110011110000110000011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010409; }

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

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

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

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

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

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

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

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