Html Css Color HEX #090D0E Black Pearl

📋 copy color: '#090D0E'

red 9 ◦ green 13 ◦ blue 14

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

Shades of Black Pearl #090D0E

Tints of Black Pearl #090D0E

RGB

 RED value IS 9 (3.91% from 255) = 25%

 GREEN value IS 13 (5.47% from 255) = 36.11%

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

R = 25%
G = 36.11%
B = 38.89%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#090D0E (or 0x090D0E) is known color: Black Pearl. HEX triplet: 09, 0D and 0E. RGB value is (9,13,14). Sum of RGB (Red+Green+Blue) = 9+13+14=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 14 - color contains mainly: blue. Hex color #090D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D0E is #F6F2F1. Grayscale: #0B0B0B. Windows color (decimal): -16184050 or 920841. OLE color: 920841.

HSL color Cylindrical-coordinate representation of color #090D0E: hue angle of 192º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090D0E is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 13 14 -
CMYK 0.36 0.07 0 0.95
HSL 192º 0.22% 0.05% -
HSV(B) 192º 0.36% 0.05% -
XYZ 0.34 0.38 0.47 -
YUV 11.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 9 13 14 0.36 0.07 0 0.95 192 0.22 0.05
Hex 9 D E 24 7 0 5F C0 16 5
Octal 11 15 16 44 7 0 137 300 26 5
Binary 1001 1101 1110 100100 111 0 1011111 11000000 10110 101

Color Harmonies of #090D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D0E

Black with #090D0E

Text Example


Text Example

White with #090D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090D0E; }

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

 H1.HeaderClassName
 {
   color: #090D0E;
 }
 .AnyTagClassName
 {
   color: #090D0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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