#09270B

Color #09270B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #09270B

Tints of Black Bean #09270B

Color information

#09270B (or 0x09270B) is unknown color: approx Black Bean. HEX triplet: 09, 27 and 0B. RGB value is (9,39,11). Sum of RGB (Red+Green+Blue) = 9+39+11=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #09270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270B is #F6D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16177397 or 730889. OLE color: 730889.

HSL color Cylindrical-coordinate representation of color #09270B: hue angle of 124º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09270B is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB93911-
CMYK0.7700.720.85
HSL124º62.5%9.41%-
HSV(B)124º76.92%15.29%-
XYZ0.91.530.57-
YUV26.84119.06115.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 39 (15.62% from 255) = 66.10%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=15.25%
G=66.10%
B=18.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939110.7700.720.8512462.59.41
Hex927B4D048557c3e9
Octal11471311501101251747611
Binary10011001111011100110101001000101010111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09270B; }

 p { color: rgb(9,39,11); }

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

<style>
 a { background-color: #09270B; }

 a { background-color: rgb(9,39,11); }

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

<style>
 span { border-color: #09270B; }

 span { border-color: rgb(9,39,11); }

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