#09280B

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

Shades of Black Bean #09280B

Tints of Black Bean #09280B

Color information

#09280B (or 0x09280B) is unknown color: approx Black Bean. HEX triplet: 09, 28 and 0B. RGB value is (9,40,11). Sum of RGB (Red+Green+Blue) = 9+40+11=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #09280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280B is #F6D7F4. Grayscale: #1B1B1B. Windows color (decimal): -16177141 or 731145. OLE color: 731145.

HSL color Cylindrical-coordinate representation of color #09280B: hue angle of 123.87º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09280B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB94011-
CMYK0.7800.720.84
HSL123.87º63.27%9.61%-
HSV(B)123.87º77.5%15.69%-
XYZ0.931.60.58-
YUV27.42118.73114.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=15%
G=66.67%
B=18.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940110.7800.720.84123.8763.279.61
Hex928B4E048547c3fa
Octal11501311601101241747712
Binary10011010001011100111001001000101010011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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