Html Css Color HEX #091418 Black Pearl

📋 copy color: '#091418'

red 9 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #091418

Tints of Black Pearl #091418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.74%

 BLUE value IS 24 (9.77% from 255) = 45.28%

R = 16.98%
G = 37.74%
B = 45.28%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#091418 (or 0x091418) is known color: Black Pearl. HEX triplet: 09, 14 and 18. RGB value is (9,20,24). Sum of RGB (Red+Green+Blue) = 9+20+24=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #091418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091418 is #F6EBE7. Grayscale: #111111. Windows color (decimal): -16182248 or 1577993. OLE color: 1577993.

HSL color Cylindrical-coordinate representation of color #091418: hue angle of 196º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #091418 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 20 24 -
CMYK 0.63 0.17 0 0.91
HSL 196º 0.45% 0.06% -
HSV(B) 196º 0.63% 0.09% -
XYZ 0.53 0.62 0.96 -
YUV 17.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 9 20 24 0.63 0.17 0 0.91 196 0.45 0.06
Hex 9 14 18 3F 11 0 5B C4 2D 6
Octal 11 24 30 77 21 0 133 304 55 6
Binary 1001 10100 11000 111111 10001 0 1011011 11000100 101101 110

Color Harmonies of #091418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091418

Black with #091418

Text Example


Text Example

White with #091418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091418; }

 p { color: rgb(9,20,24); }

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

background-color css

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

 a { background-color: rgb(9,20,24); }

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

border-color css

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

 span { border-color: rgb(9,20,24); }

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