Html Css Color HEX #091112 Black Pearl

📋 copy color: '#091112'

red 9 ◦ green 17 ◦ blue 18

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

Shades of Black Pearl #091112

Tints of Black Pearl #091112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 38.64%

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 20.45%
G = 38.64%
B = 40.91%

CMYK

 C value IS 0.5

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#091112 (or 0x091112) is known color: Black Pearl. HEX triplet: 09, 11 and 12. RGB value is (9,17,18). Sum of RGB (Red+Green+Blue) = 9+17+18=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #091112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091112 is #F6EEED. Grayscale: #0E0E0E. Windows color (decimal): -16183022 or 1184009. OLE color: 1184009.

HSL color Cylindrical-coordinate representation of color #091112: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091112 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 17 18 -
CMYK 0.5 0.06 0 0.93
HSL 186.67º 0.33% 0.05% -
HSV(B) 186.67º 0.5% 0.07% -
XYZ 0.42 0.5 0.65 -
YUV 14.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 9 17 18 0.5 0.06 0 0.93 186.67 0.33 0.05
Hex 9 11 12 32 6 0 5D BB 21 5
Octal 11 21 22 62 6 0 135 273 41 5
Binary 1001 10001 10010 110010 110 0 1011101 10111011 100001 101

Color Harmonies of #091112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091112

Black with #091112

Text Example


Text Example

White with #091112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091112; }

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

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

background-color css

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

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

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

border-color css

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

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

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