#09121F

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

Shades of Black Pearl #09121F

Tints of Black Pearl #09121F

Color information

#09121F (or 0x09121F) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 1F. RGB value is (9,18,31). Sum of RGB (Red+Green+Blue) = 9+18+31=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #09121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09121F is #F6EDE0. Grayscale: #101010. Windows color (decimal): -16182753 or 2036233. OLE color: 2036233.

HSL color Cylindrical-coordinate representation of color #09121F: hue angle of 215.45º 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 #09121F is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB91831-
CMYK0.710.4200.88
HSL215.45º55%7.84%-
HSV(B)215.45º70.97%12.16%-
XYZ0.580.591.38-
YUV16.79136.02122.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=15.52%
G=31.03%
B=53.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal918310.710.4200.88215.45557.84
Hex9121F472A058d7378
Octal1122371075201303276710
Binary10011001011111100011110101001011000110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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