Html Css Color HEX #091215 Black Pearl

📋 copy color: '#091215'

red 9 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #091215

Tints of Black Pearl #091215

RGB

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

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

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

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#091215 (or 0x091215) is known color: Black Pearl. HEX triplet: 09, 12 and 15. RGB value is (9,18,21). Sum of RGB (Red+Green+Blue) = 9+18+21=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #091215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091215 is #F6EDEA. Grayscale: #0F0F0F. Windows color (decimal): -16182763 or 1380873. OLE color: 1380873.

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

Color convert

RGB 9 18 21 -
CMYK 0.57 0.14 0 0.92
HSL 195º 0.4% 0.06% -
HSV(B) 195º 0.57% 0.08% -
XYZ 0.46 0.54 0.79 -
YUV 15.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 9 18 21 0.57 0.14 0 0.92 195 0.4 0.06
Hex 9 12 15 39 E 0 5C C3 28 6
Octal 11 22 25 71 16 0 134 303 50 6
Binary 1001 10010 10101 111001 1110 0 1011100 11000011 101000 110

Color Harmonies of #091215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091215

Black with #091215

Text Example


Text Example

White with #091215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091215; }

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

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

background-color css

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

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

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

border-color css

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

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

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