#091D21

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

Shades of Black Pearl #091D21

Tints of Black Pearl #091D21

Color information

#091D21 (or 0x091D21) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 21. RGB value is (9,29,33). Sum of RGB (Red+Green+Blue) = 9+29+33=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #091D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D21 is #F6E2DE. Grayscale: #171717. Windows color (decimal): -16179935 or 2170121. OLE color: 2170121.

HSL color Cylindrical-coordinate representation of color #091D21: hue angle of 190º 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 #091D21 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB92933-
CMYK0.730.1200.87
HSL190º57.14%8.24%-
HSV(B)190º72.73%12.94%-
XYZ0.831.051.6-
YUV23.48133.37117.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 29 (11.72% from 255) = 40.85%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=12.68%
G=40.85%
B=46.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal929330.730.1200.8719057.148.24
Hex91D2149C057be398
Octal1135411111401272767110
Binary1001111011000011001001110001010111101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D21; }

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

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

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

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

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

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

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

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