#091219

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

Shades of Black Pearl #091219

Tints of Black Pearl #091219

Color information

#091219 (or 0x091219) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 19. RGB value is (9,18,25). Sum of RGB (Red+Green+Blue) = 9+18+25=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #091219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091219 is #F6EDE6. Grayscale: #101010. Windows color (decimal): -16182759 or 1643017. OLE color: 1643017.

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

Color convert

RGB91825-
CMYK0.640.2800.90
HSL206.25º47.06%6.67%-
HSV(B)206.25º64%9.8%-
XYZ0.50.561-
YUV16.11133.02122.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.31%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=17.31%
G=34.62%
B=48.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal918250.640.2800.90206.2547.066.67
Hex91219401C05Ace2f7
Octal112231100340132316577
Binary100110010110011000000111000101101011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091219; }

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

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

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

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

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

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

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

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