Html Css Color HEX #091419 Black Pearl

📋 copy color: '#091419'

red 9 ◦ green 20 ◦ blue 25

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

Shades of Black Pearl #091419

Tints of Black Pearl #091419

RGB

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

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

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

R = 16.67%
G = 37.04%
B = 46.3%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#091419 (or 0x091419) is known color: Black Pearl. HEX triplet: 09, 14 and 19. RGB value is (9,20,25). Sum of RGB (Red+Green+Blue) = 9+20+25=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #091419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091419 is #F6EBE6. Grayscale: #111111. Windows color (decimal): -16182247 or 1643529. OLE color: 1643529.

HSL color Cylindrical-coordinate representation of color #091419: hue angle of 198.75º 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 #091419 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 20 25 -
CMYK 0.64 0.20 0 0.90
HSL 198.75º 0.47% 0.07% -
HSV(B) 198.75º 0.64% 0.1% -
XYZ 0.54 0.63 1.01 -
YUV 17.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 9 20 25 0.64 0.20 0 0.90 198.75 0.47 0.07
Hex 9 14 19 40 14 0 5A C7 2F 7
Octal 11 24 31 100 24 0 132 307 57 7
Binary 1001 10100 11001 1000000 10100 0 1011010 11000111 101111 111

Color Harmonies of #091419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091419

Black with #091419

Text Example


Text Example

White with #091419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091419; }

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

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

background-color css

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

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

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

border-color css

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

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

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