#07280A

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

Shades of Black Bean #07280A

Tints of Black Bean #07280A

Color information

#07280A (or 0x07280A) is unknown color: approx Black Bean. HEX triplet: 07, 28 and 0A. RGB value is (7,40,10). Sum of RGB (Red+Green+Blue) = 7+40+10=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #07280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07280A is #F8D7F5. Grayscale: #1A1A1A. Windows color (decimal): -16308214 or 665607. OLE color: 665607.

HSL color Cylindrical-coordinate representation of color #07280A: hue angle of 125.45º 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 #07280A is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB74010-
CMYK0.8300.750.84
HSL125.45º70.21%9.22%-
HSV(B)125.45º82.5%15.69%-
XYZ0.91.580.55-
YUV26.71118.57113.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 40 (16.02% from 255) = 70.18%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=12.28%
G=70.18%
B=17.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal740100.8300.750.84125.4570.219.22
Hex728A5304B547d469
Octal75012123011312417510611
Binary11110100010101010011010010111010100111110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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