#091319

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

Shades of Black Pearl #091319

Tints of Black Pearl #091319

Color information

#091319 (or 0x091319) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 19. RGB value is (9,19,25). Sum of RGB (Red+Green+Blue) = 9+19+25=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #091319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091319 is #F6ECE6. Grayscale: #101010. Windows color (decimal): -16182503 or 1643273. OLE color: 1643273.

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

Color convert

RGB91925-
CMYK0.640.2400.90
HSL202.5º47.06%6.67%-
HSV(B)202.5º64%9.8%-
XYZ0.520.591.01-
YUV16.69132.69122.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=16.98%
G=35.85%
B=47.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal919250.640.2400.90202.547.066.67
Hex91319401805Aca2f7
Octal112331100300132312577
Binary100110011110011000000110000101101011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091319; }

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

 H1.HeaderClassName
 {
   color: #091319;
 }
 .AnyTagClassName
 {
   color: #091319;
 }
</style>
background-color css

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

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

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

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

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

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