#09212F

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

Shades of Black Pearl #09212F

Tints of Black Pearl #09212F

Color information

#09212F (or 0x09212F) is unknown color: approx Black Pearl. HEX triplet: 09, 21 and 2F. RGB value is (9,33,47). Sum of RGB (Red+Green+Blue) = 9+33+47=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #09212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09212F is #F6DED0. Grayscale: #1B1B1B. Windows color (decimal): -16178897 or 3088649. OLE color: 3088649.

HSL color Cylindrical-coordinate representation of color #09212F: hue angle of 202.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09212F is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93347-
CMYK0.810.3000.82
HSL202.11º67.86%10.98%-
HSV(B)202.11º80.85%18.43%-
XYZ1.171.352.89-
YUV27.42139.05114.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=10.11%
G=37.08%
B=52.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal933470.810.3000.82202.1167.8610.98
Hex9212F511E052ca44b
Octal11415712136012231210413
Binary1001100001101111101000111110010100101100101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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