#091F27

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

Shades of Black Pearl #091F27

Tints of Black Pearl #091F27

Color information

#091F27 (or 0x091F27) is unknown color: approx Black Pearl. HEX triplet: 09, 1F and 27. RGB value is (9,31,39). Sum of RGB (Red+Green+Blue) = 9+31+39=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #091F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F27 is #F6E0D8. Grayscale: #191919. Windows color (decimal): -16179417 or 2563849. OLE color: 2563849.

HSL color Cylindrical-coordinate representation of color #091F27: hue angle of 196º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091F27 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB93139-
CMYK0.770.2100.85
HSL196º62.5%9.41%-
HSV(B)196º76.92%15.29%-
XYZ0.971.182.1-
YUV25.33135.71116.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=11.39%
G=39.24%
B=49.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal931390.770.2100.8519662.59.41
Hex91F274D15055c43e9
Octal1137471152501253047611
Binary10011111110011110011011010101010101110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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