#000914

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

Shades of Black Pearl #000914

Tints of Black Pearl #000914

Color information

#000914 (or 0x000914) is unknown color: approx Black Pearl. HEX triplet: 00, 09 and 14. RGB value is (0,9,20). Sum of RGB (Red+Green+Blue) = 0+9+20=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #000914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000914 is #FFF6EB. Grayscale: #070707. Windows color (decimal): -16774892 or 1313024. OLE color: 1313024.

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

Color convert

RGB0920-
CMYK10.5500.92
HSL213º100%3.92%-
HSV(B)213º100%7.84%-
XYZ0.220.250.7-
YUV7.56135.02122.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 31.03%
BLUE value IS 20 (8.20% from 255) = 68.97%
R=0%
G=31.03%
B=68.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal092010.5500.922131003.92
Hex0914643705Cd5644
Octal011241446701343251444
Binary0100110100110010011011101011100110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000914; }

 p { color: rgb(0,9,20); }

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

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

 a { background-color: rgb(0,9,20); }

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

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

 span { border-color: rgb(0,9,20); }

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