#091D32

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

Shades of Black Pearl #091D32

Tints of Black Pearl #091D32

Color information

#091D32 (or 0x091D32) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 32. RGB value is (9,29,50). Sum of RGB (Red+Green+Blue) = 9+29+50=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #091D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D32 is #F6E2CD. Grayscale: #191919. Windows color (decimal): -16179918 or 3284233. OLE color: 3284233.

HSL color Cylindrical-coordinate representation of color #091D32: hue angle of 210.73º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091D32 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB92950-
CMYK0.820.4200.80
HSL210.73º69.49%11.57%-
HSV(B)210.73º82%19.61%-
XYZ1.131.173.18-
YUV25.41141.87116.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=10.23%
G=32.95%
B=56.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal929500.820.4200.80210.7369.4911.57
Hex91D32522A050d345c
Octal11356212252012032310514
Binary1001111011100101010010101010010100001101001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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