#091221

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

Shades of Black Pearl #091221

Tints of Black Pearl #091221

Color information

#091221 (or 0x091221) is unknown color: approx Black Pearl. HEX triplet: 09, 12 and 21. RGB value is (9,18,33). Sum of RGB (Red+Green+Blue) = 9+18+33=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #091221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091221 is #F6EDDE. Grayscale: #101010. Windows color (decimal): -16182751 or 2167305. OLE color: 2167305.

HSL color Cylindrical-coordinate representation of color #091221: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #091221 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB91833-
CMYK0.730.4500.87
HSL217.5º57.14%8.24%-
HSV(B)217.5º72.73%12.94%-
XYZ0.60.61.52-
YUV17.02137.02122.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 33 (13.28% from 255) = 55%
R=15%
G=30%
B=55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal918330.730.4500.87217.557.148.24
Hex91221492D057da398
Octal1122411115501273327110
Binary100110010100001100100110110101010111110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091221; }

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

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

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

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

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

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

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

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