#091F33

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

Shades of Black Pearl #091F33

Tints of Black Pearl #091F33

Color information

#091F33 (or 0x091F33) is unknown color: approx Black Pearl. HEX triplet: 09, 1F and 33. RGB value is (9,31,51). Sum of RGB (Red+Green+Blue) = 9+31+51=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #091F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F33 is #F6E0CC. Grayscale: #1A1A1A. Windows color (decimal): -16179405 or 3350281. OLE color: 3350281.

HSL color Cylindrical-coordinate representation of color #091F33: hue angle of 208.57º degrees, saturation: 0.7, 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 #091F33 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB93151-
CMYK0.820.3900.8
HSL208.57º70%11.76%-
HSV(B)208.57º82.35%20%-
XYZ1.21.283.32-
YUV26.7141.71115.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 51 (20.31% from 255) = 56.04%
R=9.89%
G=34.07%
B=56.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal931510.820.3900.8208.577011.76
Hex91F335227050d146c
Octal11376312247012032110614
Binary1001111111100111010010100111010100001101000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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