#07280B

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

Shades of Black Bean #07280B

Tints of Black Bean #07280B

Color information

#07280B (or 0x07280B) is unknown color: approx Black Bean. HEX triplet: 07, 28 and 0B. RGB value is (7,40,11). Sum of RGB (Red+Green+Blue) = 7+40+11=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #07280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07280B is #F8D7F4. Grayscale: #1A1A1A. Windows color (decimal): -16308213 or 731143. OLE color: 731143.

HSL color Cylindrical-coordinate representation of color #07280B: hue angle of 127.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07280B is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB74011-
CMYK0.8300.720.84
HSL127.27º70.21%9.22%-
HSV(B)127.27º82.5%15.69%-
XYZ0.911.590.58-
YUV26.83119.07113.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 40 (16.02% from 255) = 68.97%
BLUE value IS 11 (4.69% from 255) = 18.97%
R=12.07%
G=68.97%
B=18.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal740110.8300.720.84127.2770.219.22
Hex728B53048547f469
Octal75013123011012417710611
Binary11110100010111010011010010001010100111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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