Html Css Color HEX #090E11 Black Pearl

📋 copy color: '#090E11'

red 9 ◦ green 14 ◦ blue 17

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

Shades of Black Pearl #090E11

Tints of Black Pearl #090E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 35%

 BLUE value IS 17 (7.03% from 255) = 42.5%

R = 22.5%
G = 35%
B = 42.5%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090E11 (or 0x090E11) is known color: Black Pearl. HEX triplet: 09, 0E and 11. RGB value is (9,14,17). Sum of RGB (Red+Green+Blue) = 9+14+17=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: blue. Hex color #090E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E11 is #F6F1EE. Grayscale: #0C0C0C. Windows color (decimal): -16183791 or 1117705. OLE color: 1117705.

HSL color Cylindrical-coordinate representation of color #090E11: hue angle of 202.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #090E11 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 14 17 -
CMYK 0.47 0.18 0 0.93
HSL 202.5º 0.31% 0.05% -
HSV(B) 202.5º 0.47% 0.07% -
XYZ 0.37 0.41 0.59 -
YUV 12.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 9 14 17 0.47 0.18 0 0.93 202.5 0.31 0.05
Hex 9 E 11 2F 12 0 5D CA 1F 5
Octal 11 16 21 57 22 0 135 312 37 5
Binary 1001 1110 10001 101111 10010 0 1011101 11001010 11111 101

Color Harmonies of #090E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E11

Black with #090E11

Text Example


Text Example

White with #090E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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