#00080E

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

Shades of Black Pearl #00080E

Tints of Black Pearl #00080E

Color information

#00080E (or 0x00080E) is unknown color: approx Black Pearl. HEX triplet: 00, 08 and 0E. RGB value is (0,8,14). Sum of RGB (Red+Green+Blue) = 0+8+14=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #00080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00080E is #FFF7F1. Grayscale: #060606. Windows color (decimal): -16775154 or 919552. OLE color: 919552.

HSL color Cylindrical-coordinate representation of color #00080E: hue angle of 205.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00080E is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB0814-
CMYK10.4300.95
HSL205.71º100%2.75%-
HSV(B)205.71º100%5.49%-
XYZ0.170.210.45-
YUV6.29132.35123.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 36.36%
BLUE value IS 14 (5.86% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal081410.4300.95205.711002.75
Hex08E642B05Fce643
Octal010161445301373161443
Binary01000111011001001010110101111111001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00080E; }

 p { color: rgb(0,8,14); }

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

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

 a { background-color: rgb(0,8,14); }

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

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

 span { border-color: rgb(0,8,14); }

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