Html Css Color HEX #091316 Black Pearl

📋 copy color: '#091316'

red 9 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #091316

Tints of Black Pearl #091316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38%

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

R = 18%
G = 38%
B = 44%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#091316 (or 0x091316) is known color: Black Pearl. HEX triplet: 09, 13 and 16. RGB value is (9,19,22). Sum of RGB (Red+Green+Blue) = 9+19+22=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #091316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091316 is #F6ECE9. Grayscale: #101010. Windows color (decimal): -16182506 or 1446665. OLE color: 1446665.

HSL color Cylindrical-coordinate representation of color #091316: hue angle of 193.85º 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 #091316 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 19 22 -
CMYK 0.59 0.14 0 0.91
HSL 193.85º 0.42% 0.06% -
HSV(B) 193.85º 0.59% 0.09% -
XYZ 0.49 0.58 0.85 -
YUV 16.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 9 19 22 0.59 0.14 0 0.91 193.85 0.42 0.06
Hex 9 13 16 3B E 0 5B C2 2A 6
Octal 11 23 26 73 16 0 133 302 52 6
Binary 1001 10011 10110 111011 1110 0 1011011 11000010 101010 110

Color Harmonies of #091316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091316

Black with #091316

Text Example


Text Example

White with #091316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091316; }

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

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

background-color css

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

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

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

border-color css

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

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

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