#09131E

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

Shades of Black Pearl #09131E

Tints of Black Pearl #09131E

Color information

#09131E (or 0x09131E) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1E. RGB value is (9,19,30). Sum of RGB (Red+Green+Blue) = 9+19+30=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #09131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131E is #F6ECE1. Grayscale: #111111. Windows color (decimal): -16182498 or 1970953. OLE color: 1970953.

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

Color convert

RGB91930-
CMYK0.700.3700.88
HSL211.43º53.85%7.65%-
HSV(B)211.43º70%11.76%-
XYZ0.580.621.32-
YUV17.26135.19122.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 30 (12.11% from 255) = 51.72%
R=15.52%
G=32.76%
B=51.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal919300.700.3700.88211.4353.857.65
Hex9131E4625058d3368
Octal1123361064501303236610
Binary10011001111110100011010010101011000110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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