Html Css Color HEX #091519 Black Pearl

📋 copy color: '#091519'

red 9 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #091519

Tints of Black Pearl #091519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.18%

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 16.36%
G = 38.18%
B = 45.45%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#091519 (or 0x091519) is known color: Black Pearl. HEX triplet: 09, 15 and 19. RGB value is (9,21,25). Sum of RGB (Red+Green+Blue) = 9+21+25=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #091519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091519 is #F6EAE6. Grayscale: #111111. Windows color (decimal): -16181991 or 1643785. OLE color: 1643785.

HSL color Cylindrical-coordinate representation of color #091519: hue angle of 195º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091519 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 21 25 -
CMYK 0.64 0.16 0 0.90
HSL 195º 0.47% 0.07% -
HSV(B) 195º 0.64% 0.1% -
XYZ 0.56 0.66 1.02 -
YUV 17.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 9 21 25 0.64 0.16 0 0.90 195 0.47 0.07
Hex 9 15 19 40 10 0 5A C3 2F 7
Octal 11 25 31 100 20 0 132 303 57 7
Binary 1001 10101 11001 1000000 10000 0 1011010 11000011 101111 111

Color Harmonies of #091519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091519

Black with #091519

Text Example


Text Example

White with #091519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091519; }

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

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

background-color css

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

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

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

border-color css

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

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

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