#07160A

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

Shades of Black Bean #07160A

Tints of Black Bean #07160A

Color information

#07160A (or 0x07160A) is unknown color: approx Black Bean. HEX triplet: 07, 16 and 0A. RGB value is (7,22,10). Sum of RGB (Red+Green+Blue) = 7+22+10=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #07160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160A is #F8E9F5. Grayscale: #101010. Windows color (decimal): -16312822 or 660999. OLE color: 660999.

HSL color Cylindrical-coordinate representation of color #07160A: hue angle of 132º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #07160A is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB72210-
CMYK0.6800.550.91
HSL132º51.72%5.69%-
HSV(B)132º68.18%8.63%-
XYZ0.430.640.39-
YUV16.15124.53121.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 22 (8.98% from 255) = 56.41%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=17.95%
G=56.41%
B=25.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722100.6800.550.9113251.725.69
Hex716A440375B84346
Octal72612104067133204646
Binary11110110101010001000110111101101110000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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