Html Css Color HEX #00080E Black Pearl

📋 copy color: '#00080E'

red 0 ◦ green 8 ◦ blue 14

#00080E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #00080E

Tints of Black Pearl #00080E

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 value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#00080E (or 0x00080E) is known color: 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

RGB 0 8 14 -
CMYK 1 0.43 0 0.95
HSL 205.71º 1% 0.03% -
HSV(B) 205.71º 1% 0.05% -
XYZ 0.17 0.21 0.45 -
YUV 6.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 0 8 14 1 0.43 0 0.95 205.71 1 0.03
Hex 0 8 E 64 2B 0 5F CE 64 3
Octal 0 10 16 144 53 0 137 316 144 3
Binary 0 1000 1110 1100100 101011 0 1011111 11001110 1100100 11

Color Harmonies of #00080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00080E

Black with #00080E

Text Example


Text Example

White with #00080E

Text Example


Text Example

HTML Codes & Css Web 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>