Html Css Color HEX #07220D Black Bean

📋 copy color: '#07220D'

red 7 ◦ green 34 ◦ blue 13

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

Shades of Black Bean #07220D

Tints of Black Bean #07220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 24.07%

R = 12.96%
G = 62.96%
B = 24.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#07220D (or 0x07220D) is known color: Black Bean. HEX triplet: 07, 22 and 0D. RGB value is (7,34,13). Sum of RGB (Red+Green+Blue) = 7+34+13=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #07220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07220D is #F8DDF2. Grayscale: #171717. Windows color (decimal): -16309747 or 860679. OLE color: 860679.

HSL color Cylindrical-coordinate representation of color #07220D: hue angle of 133.33º 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 #07220D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 34 13 -
CMYK 0.79 0 0.62 0.87
HSL 133.33º 0.66% 0.08% -
HSV(B) 133.33º 0.79% 0.13% -
XYZ 0.73 1.22 0.58 -
YUV 23.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 7 34 13 0.79 0 0.62 0.87 133.33 0.66 0.08
Hex 7 22 D 4F 0 3E 57 85 42 8
Octal 7 42 15 117 0 76 127 205 102 10
Binary 111 100010 1101 1001111 0 111110 1010111 10000101 1000010 1000

Color Harmonies of #07220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07220D

Black with #07220D

Text Example


Text Example

White with #07220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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