Html Css Color HEX #07220A Black Bean

📋 copy color: '#07220A'

red 7 ◦ green 34 ◦ blue 10

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

Shades of Black Bean #07220A

Tints of Black Bean #07220A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 66.67%

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

R = 13.73%
G = 66.67%
B = 19.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.87

RGB Variations

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

Color information

#07220A (or 0x07220A) is known color: Black Bean. HEX triplet: 07, 22 and 0A. RGB value is (7,34,10). Sum of RGB (Red+Green+Blue) = 7+34+10=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #07220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07220A is #F8DDF5. Grayscale: #171717. Windows color (decimal): -16309750 or 664071. OLE color: 664071.

HSL color Cylindrical-coordinate representation of color #07220A: hue angle of 126.67º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #07220A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 34 10 -
CMYK 0.79 0 0.71 0.87
HSL 126.67º 0.66% 0.08% -
HSV(B) 126.67º 0.79% 0.13% -
XYZ 0.71 1.21 0.48 -
YUV 23.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 7 34 10 0.79 0 0.71 0.87 126.67 0.66 0.08
Hex 7 22 A 4F 0 47 57 7F 42 8
Octal 7 42 12 117 0 107 127 177 102 10
Binary 111 100010 1010 1001111 0 1000111 1010111 1111111 1000010 1000

Color Harmonies of #07220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07220A

Black with #07220A

Text Example


Text Example

White with #07220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07220A;
 }
 .AnyTagClassName
 {
   color: #07220A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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