#09131D

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

Shades of Black Pearl #09131D

Tints of Black Pearl #09131D

Color information

#09131D (or 0x09131D) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 1D. RGB value is (9,19,29). Sum of RGB (Red+Green+Blue) = 9+19+29=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #09131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09131D is #F6ECE2. Grayscale: #111111. Windows color (decimal): -16182499 or 1905417. OLE color: 1905417.

HSL color Cylindrical-coordinate representation of color #09131D: hue angle of 210º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09131D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91929-
CMYK0.690.3400.89
HSL210º52.63%7.45%-
HSV(B)210º68.97%11.37%-
XYZ0.570.611.25-
YUV17.15134.69122.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.79%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=15.79%
G=33.33%
B=50.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal919290.690.3400.8921052.637.45
Hex9131D4522059d2357
Octal112335105420131322657
Binary1001100111110110001011000100101100111010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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