#09121C

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

Shades of Black Pearl #09121C

Tints of Black Pearl #09121C

Color information

#09121C (or 0x09121C) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 1C. RGB value is (9,18,28). Sum of RGB (Red+Green+Blue) = 9+18+28=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #09121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121C is #F6EDE3. Grayscale: #101010. Windows color (decimal): -16182756 or 1839625. OLE color: 1839625.

HSL color Cylindrical-coordinate representation of color #09121C: hue angle of 211.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09121C is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91828-
CMYK0.680.3600.89
HSL211.58º51.35%7.25%-
HSV(B)211.58º67.86%10.98%-
XYZ0.540.571.18-
YUV16.45134.52122.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=16.36%
G=32.73%
B=50.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal918280.680.3600.89211.5851.357.25
Hex9121C4424059d4337
Octal112234104440131324637
Binary1001100101110010001001001000101100111010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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