#09121D

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

Shades of Black Pearl #09121D

Tints of Black Pearl #09121D

Color information

#09121D (or 0x09121D) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 1D. RGB value is (9,18,29). Sum of RGB (Red+Green+Blue) = 9+18+29=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #09121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121D is #F6EDE2. Grayscale: #101010. Windows color (decimal): -16182755 or 1905161. OLE color: 1905161.

HSL color Cylindrical-coordinate representation of color #09121D: hue angle of 213º 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 #09121D is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91829-
CMYK0.690.3800.89
HSL213º52.63%7.45%-
HSV(B)213º68.97%11.37%-
XYZ0.550.581.25-
YUV16.56135.02122.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=16.07%
G=32.14%
B=51.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal918290.690.3800.8921352.637.45
Hex9121D4526059d5357
Octal112235105460131325657
Binary1001100101110110001011001100101100111010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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