Html Css Color HEX #00090E Black Pearl

📋 copy color: '#00090E'

red 0 ◦ green 9 ◦ blue 14

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

Shades of Black Pearl #00090E

Tints of Black Pearl #00090E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 39.13%

 BLUE value IS 14 (5.86% from 255) = 60.87%

R = 0%
G = 39.13%
B = 60.87%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#00090E (or 0x00090E) is known color: Black Pearl. HEX triplet: 00, 09 and 0E. RGB value is (0,9,14). Sum of RGB (Red+Green+Blue) = 0+9+14=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 14 (5.86% from 255 or 60.87% from 23); Max value from RGB is 14 - color contains mainly: blue. Hex color #00090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090E is #FFF6F1. Grayscale: #060606. Windows color (decimal): -16774898 or 919808. OLE color: 919808.

HSL color Cylindrical-coordinate representation of color #00090E: hue angle of 201.43º 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 #00090E is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 0 9 14 -
CMYK 1 0.36 0 0.95
HSL 201.43º 1% 0.03% -
HSV(B) 201.43º 1% 0.05% -
XYZ 0.18 0.23 0.45 -
YUV 6.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 0 9 14 1 0.36 0 0.95 201.43 1 0.03
Hex 0 9 E 64 24 0 5F C9 64 3
Octal 0 11 16 144 44 0 137 311 144 3
Binary 0 1001 1110 1100100 100100 0 1011111 11001001 1100100 11

Color Harmonies of #00090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00090E

Black with #00090E

Text Example


Text Example

White with #00090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00090E;
 }
 .AnyTagClassName
 {
   color: #00090E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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