#07220D

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

Shades of Black Bean #07220D

Tints of Black Bean #07220D

Color information

#07220D (or 0x07220D) is unknown color: approx 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

RGB73413-
CMYK0.7900.620.87
HSL133.33º65.85%8.04%-
HSV(B)133.33º79.41%13.33%-
XYZ0.731.220.58-
YUV23.53122.05116.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal734130.7900.620.87133.3365.858.04
Hex722D4F03E5785428
Octal7421511707612720510210
Binary11110001011011001111011111010101111000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>