Html Css Color HEX #07160A Black Bean

📋 copy color: '#07160A'

red 7 ◦ green 22 ◦ blue 10

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

Shades of Black Bean #07160A

Tints of Black Bean #07160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 56.41%

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

R = 17.95%
G = 56.41%
B = 25.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 7 22 10 -
CMYK 0.68 0 0.55 0.91
HSL 132º 0.52% 0.06% -
HSV(B) 132º 0.68% 0.09% -
XYZ 0.43 0.64 0.39 -
YUV 16.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 7 22 10 0.68 0 0.55 0.91 132 0.52 0.06
Hex 7 16 A 44 0 37 5B 84 34 6
Octal 7 26 12 104 0 67 133 204 64 6
Binary 111 10110 1010 1000100 0 110111 1011011 10000100 110100 110

Color Harmonies of #07160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07160A

Black with #07160A

Text Example


Text Example

White with #07160A

Text Example


Text Example

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