#091B2A

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

Shades of Black Pearl #091B2A

Tints of Black Pearl #091B2A

Color information

#091B2A (or 0x091B2A) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 2A. RGB value is (9,27,42). Sum of RGB (Red+Green+Blue) = 9+27+42=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #091B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B2A is #F6E4D5. Grayscale: #171717. Windows color (decimal): -16180438 or 2759433. OLE color: 2759433.

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

Color convert

RGB92742-
CMYK0.790.3600.84
HSL207.27º64.71%10%-
HSV(B)207.27º78.57%16.47%-
XYZ0.921.012.34-
YUV23.33138.54117.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=11.54%
G=34.62%
B=53.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal927420.790.3600.84207.2764.7110
Hex91B2A4F24054cf41a
Octal11335211744012431710112
Binary1001110111010101001111100100010101001100111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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