Html Css Color HEX #07280B Black Bean

📋 copy color: '#07280B'

red 7 ◦ green 40 ◦ blue 11

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

Shades of Black Bean #07280B

Tints of Black Bean #07280B

RGB

 RED value IS 7 (3.13% 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 value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

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

RGB 7 40 11 -
CMYK 0.83 0 0.72 0.84
HSL 127.27º 0.7% 0.09% -
HSV(B) 127.27º 0.83% 0.16% -
XYZ 0.91 1.59 0.58 -
YUV 26.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 7 40 11 0.83 0 0.72 0.84 127.27 0.7 0.09
Hex 7 28 B 53 0 48 54 7F 46 9
Octal 7 50 13 123 0 110 124 177 106 11
Binary 111 101000 1011 1010011 0 1001000 1010100 1111111 1000110 1001

Color Harmonies of #07280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07280B

Black with #07280B

Text Example


Text Example

White with #07280B

Text Example


Text Example

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