#091D27

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

Shades of Black Pearl #091D27

Tints of Black Pearl #091D27

Color information

#091D27 (or 0x091D27) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 27. RGB value is (9,29,39). Sum of RGB (Red+Green+Blue) = 9+29+39=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #091D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D27 is #F6E2D8. Grayscale: #181818. Windows color (decimal): -16179929 or 2563337. OLE color: 2563337.

HSL color Cylindrical-coordinate representation of color #091D27: hue angle of 200º 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 #091D27 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB92939-
CMYK0.770.2600.85
HSL200º62.5%9.41%-
HSV(B)200º76.92%15.29%-
XYZ0.921.082.08-
YUV24.16136.37117.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=11.69%
G=37.66%
B=50.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal929390.770.2600.8520062.59.41
Hex91D274D1A055c83e9
Octal1135471153201253107611
Binary10011110110011110011011101001010101110010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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