#09280E

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

Shades of Black Bean #09280E

Tints of Black Bean #09280E

Color information

#09280E (or 0x09280E) is unknown color: approx Black Bean. HEX triplet: 09, 28 and 0E. RGB value is (9,40,14). Sum of RGB (Red+Green+Blue) = 9+40+14=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #09280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280E is #F6D7F1. Grayscale: #1B1B1B. Windows color (decimal): -16177138 or 927753. OLE color: 927753.

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

Color convert

RGB94014-
CMYK0.7800.650.84
HSL129.68º63.27%9.61%-
HSV(B)129.68º77.5%15.69%-
XYZ0.951.610.68-
YUV27.77120.23114.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=14.29%
G=63.49%
B=22.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940140.7800.650.84129.6863.279.61
Hex928E4E04154823fa
Octal11501611601011242027712
Binary100110100011101001110010000011010100100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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