#091B2B

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

Shades of Black Pearl #091B2B

Tints of Black Pearl #091B2B

Color information

#091B2B (or 0x091B2B) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 2B. RGB value is (9,27,43). Sum of RGB (Red+Green+Blue) = 9+27+43=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #091B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2B is #F6E4D4. Grayscale: #171717. Windows color (decimal): -16180437 or 2824969. OLE color: 2824969.

HSL color Cylindrical-coordinate representation of color #091B2B: hue angle of 208.24º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091B2B is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92743-
CMYK0.790.3700.83
HSL208.24º65.38%10.2%-
HSV(B)208.24º79.07%16.86%-
XYZ0.941.022.43-
YUV23.44139.04117.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=11.39%
G=34.18%
B=54.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal927430.790.3700.83208.2465.3810.2
Hex91B2B4F25053d041a
Octal11335311745012332010112
Binary1001110111010111001111100101010100111101000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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