Html Css Color HEX #091216 Black Pearl

📋 copy color: '#091216'

red 9 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #091216

Tints of Black Pearl #091216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 36.73%

 BLUE value IS 22 (8.98% from 255) = 44.9%

R = 18.37%
G = 36.73%
B = 44.9%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#091216 (or 0x091216) is known color: Black Pearl. HEX triplet: 09, 12 and 16. RGB value is (9,18,22). Sum of RGB (Red+Green+Blue) = 9+18+22=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #091216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091216 is #F6EDE9. Grayscale: #0F0F0F. Windows color (decimal): -16182762 or 1446409. OLE color: 1446409.

HSL color Cylindrical-coordinate representation of color #091216: hue angle of 198.46º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #091216 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 18 22 -
CMYK 0.59 0.18 0 0.91
HSL 198.46º 0.42% 0.06% -
HSV(B) 198.46º 0.59% 0.09% -
XYZ 0.47 0.55 0.84 -
YUV 15.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 9 18 22 0.59 0.18 0 0.91 198.46 0.42 0.06
Hex 9 12 16 3B 12 0 5B C6 2A 6
Octal 11 22 26 73 22 0 133 306 52 6
Binary 1001 10010 10110 111011 10010 0 1011011 11000110 101010 110

Color Harmonies of #091216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091216

Black with #091216

Text Example


Text Example

White with #091216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091216; }

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

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

background-color css

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

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

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

border-color css

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

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

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