#09151E

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

Shades of Black Pearl #09151E

Tints of Black Pearl #09151E

Color information

#09151E (or 0x09151E) is unknown color: approx Black Pearl. HEX triplet: 09, 15 and 1E. RGB value is (9,21,30). Sum of RGB (Red+Green+Blue) = 9+21+30=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #09151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09151E is #F6EAE1. Grayscale: #121212. Windows color (decimal): -16181986 or 1971465. OLE color: 1971465.

HSL color Cylindrical-coordinate representation of color #09151E: hue angle of 205.71º 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 #09151E is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92130-
CMYK0.700.3000.88
HSL205.71º53.85%7.65%-
HSV(B)205.71º70%11.76%-
XYZ0.620.691.33-
YUV18.44134.52121.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 21 (8.59% from 255) = 35%
BLUE value IS 30 (12.11% from 255) = 50%
R=15%
G=35%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal921300.700.3000.88205.7153.857.65
Hex9151E461E058ce368
Octal1125361063601303166610
Binary1001101011111010001101111001011000110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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