Html Css Color HEX #07280A Black Bean

📋 copy color: '#07280A'

red 7 ◦ green 40 ◦ blue 10

#07280A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #07280A

Tints of Black Bean #07280A

RGB

 RED value IS 7 (3.13% from 255) = 12.28%

 GREEN value IS 40 (16.02% from 255) = 70.18%

 BLUE value IS 10 (4.3% from 255) = 17.54%

R = 12.28%
G = 70.18%
B = 17.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#07280A (or 0x07280A) is known color: 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

RGB 7 40 10 -
CMYK 0.83 0 0.75 0.84
HSL 125.45º 0.7% 0.09% -
HSV(B) 125.45º 0.83% 0.16% -
XYZ 0.9 1.58 0.55 -
YUV 26.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 7 40 10 0.83 0 0.75 0.84 125.45 0.7 0.09
Hex 7 28 A 53 0 4B 54 7D 46 9
Octal 7 50 12 123 0 113 124 175 106 11
Binary 111 101000 1010 1010011 0 1001011 1010100 1111101 1000110 1001

Color Harmonies of #07280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07280A

Black with #07280A

Text Example


Text Example

White with #07280A

Text Example


Text Example

HTML Codes & Css Web 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>