#091B1D

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

Shades of Black Pearl #091B1D

Tints of Black Pearl #091B1D

Color information

#091B1D (or 0x091B1D) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 1D. RGB value is (9,27,29). Sum of RGB (Red+Green+Blue) = 9+27+29=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #091B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B1D is #F6E4E2. Grayscale: #151515. Windows color (decimal): -16180451 or 1907465. OLE color: 1907465.

HSL color Cylindrical-coordinate representation of color #091B1D: hue angle of 186º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091B1D is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92729-
CMYK0.690.0700.89
HSL186º52.63%7.45%-
HSV(B)186º68.97%11.37%-
XYZ0.730.931.3-
YUV21.85132.04118.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=13.85%
G=41.54%
B=44.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal927290.690.0700.8918652.637.45
Hex91B1D457059ba357
Octal11333510570131272657
Binary1001110111110110001011110101100110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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