#09131F

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

Shades of Black Pearl #09131F

Tints of Black Pearl #09131F

Color information

#09131F (or 0x09131F) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1F. RGB value is (9,19,31). Sum of RGB (Red+Green+Blue) = 9+19+31=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #09131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131F is #F6ECE0. Grayscale: #111111. Windows color (decimal): -16182497 or 2036489. OLE color: 2036489.

HSL color Cylindrical-coordinate representation of color #09131F: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09131F is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB91931-
CMYK0.710.3900.88
HSL212.73º55%7.84%-
HSV(B)212.73º70.97%12.16%-
XYZ0.590.621.39-
YUV17.38135.69122.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=15.25%
G=32.20%
B=52.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal919310.710.3900.88212.73557.84
Hex9131F4727058d5378
Octal1123371074701303256710
Binary10011001111111100011110011101011000110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09131F; }

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

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

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

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

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

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

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

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