Html Css Color HEX #091415 Black Pearl

📋 copy color: '#091415'

red 9 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #091415

Tints of Black Pearl #091415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42%

R = 18%
G = 40%
B = 42%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#091415 (or 0x091415) is known color: Black Pearl. HEX triplet: 09, 14 and 15. RGB value is (9,20,21). Sum of RGB (Red+Green+Blue) = 9+20+21=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #091415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091415 is #F6EBEA. Grayscale: #101010. Windows color (decimal): -16182251 or 1381385. OLE color: 1381385.

HSL color Cylindrical-coordinate representation of color #091415: hue angle of 185º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091415 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 21 -
CMYK 0.57 0.05 0 0.92
HSL 185º 0.4% 0.06% -
HSV(B) 185º 0.57% 0.08% -
XYZ 0.5 0.61 0.8 -
YUV 16.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 9 20 21 0.57 0.05 0 0.92 185 0.4 0.06
Hex 9 14 15 39 5 0 5C B9 28 6
Octal 11 24 25 71 5 0 134 271 50 6
Binary 1001 10100 10101 111001 101 0 1011100 10111001 101000 110

Color Harmonies of #091415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091415

Black with #091415

Text Example


Text Example

White with #091415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091415; }

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

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

background-color css

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

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

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

border-color css

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

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

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