#09181E

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

Shades of Black Pearl #09181E

Tints of Black Pearl #09181E

Color information

#09181E (or 0x09181E) is unknown color: approx Black Pearl. HEX triplet: 09, 18 and 1E. RGB value is (9,24,30). Sum of RGB (Red+Green+Blue) = 9+24+30=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #09181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09181E is #F6E7E1. Grayscale: #141414. Windows color (decimal): -16181218 or 1972233. OLE color: 1972233.

HSL color Cylindrical-coordinate representation of color #09181E: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09181E is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92430-
CMYK0.700.2000.88
HSL197.14º53.85%7.65%-
HSV(B)197.14º70%11.76%-
XYZ0.670.811.35-
YUV20.2133.53120.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=14.29%
G=38.10%
B=47.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal924300.700.2000.88197.1453.857.65
Hex9181E4614058c5368
Octal1130361062401303056610
Binary1001110001111010001101010001011000110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09181E; }

 p { color: rgb(9,24,30); }

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

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

 a { background-color: rgb(9,24,30); }

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

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

 span { border-color: rgb(9,24,30); }

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