#091B1C

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

Shades of Black Pearl #091B1C

Tints of Black Pearl #091B1C

Color information

#091B1C (or 0x091B1C) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 1C. RGB value is (9,27,28). Sum of RGB (Red+Green+Blue) = 9+27+28=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #091B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B1C is #F6E4E3. Grayscale: #151515. Windows color (decimal): -16180452 or 1841929. OLE color: 1841929.

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

Color convert

RGB92728-
CMYK0.680.0400.89
HSL183.16º51.35%7.25%-
HSV(B)183.16º67.86%10.98%-
XYZ0.710.931.24-
YUV21.73131.54118.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=14.06%
G=42.19%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal927280.680.0400.89183.1651.357.25
Hex91B1C444059b7337
Octal11333410440131267637
Binary1001110111110010001001000101100110110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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