#091419

Color #091419 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #091419

Tints of Black Pearl #091419

Color information

#091419 (or 0x091419) is unknown color: approx 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

RGB92025-
CMYK0.640.2000.90
HSL198.75º47.06%6.67%-
HSV(B)198.75º64%9.8%-
XYZ0.540.631.01-
YUV17.28132.36122.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=16.67%
G=37.04%
B=46.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal920250.640.2000.90198.7547.066.67
Hex91419401405Ac72f7
Octal112431100240132307577
Binary100110100110011000000101000101101011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>