#091A1B

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

Shades of Black Pearl #091A1B

Tints of Black Pearl #091A1B

Color information

#091A1B (or 0x091A1B) is unknown color: approx Black Pearl. HEX triplet: 09, 1A and 1B. RGB value is (9,26,27). Sum of RGB (Red+Green+Blue) = 9+26+27=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #091A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A1B is #F6E5E4. Grayscale: #151515. Windows color (decimal): -16180709 or 1776137. OLE color: 1776137.

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

Color convert

RGB92627-
CMYK0.670.0400.89
HSL183.33º50%7.06%-
HSV(B)183.33º66.67%10.59%-
XYZ0.680.881.17-
YUV21.03131.37119.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=14.52%
G=41.94%
B=43.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal926270.670.0400.89183.33507.06
Hex91A1B434059b7327
Octal11323310340131267627
Binary1001110101101110000111000101100110110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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