#09280C

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

Shades of Black Bean #09280C

Tints of Black Bean #09280C

Color information

#09280C (or 0x09280C) is unknown color: approx Black Bean. HEX triplet: 09, 28 and 0C. RGB value is (9,40,12). Sum of RGB (Red+Green+Blue) = 9+40+12=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #09280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280C is #F6D7F3. Grayscale: #1B1B1B. Windows color (decimal): -16177140 or 796681. OLE color: 796681.

HSL color Cylindrical-coordinate representation of color #09280C: hue angle of 125.81º 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 #09280C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB94012-
CMYK0.7800.700.84
HSL125.81º63.27%9.61%-
HSV(B)125.81º77.5%15.69%-
XYZ0.941.60.61-
YUV27.54119.23114.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.75%
GREEN value IS 40 (16.02% from 255) = 65.57%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=14.75%
G=65.57%
B=19.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940120.7800.700.84125.8163.279.61
Hex928C4E046547e3fa
Octal11501411601061241767712
Binary10011010001100100111001000110101010011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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