#07200D

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

Shades of Black Bean #07200D

Tints of Black Bean #07200D

Color information

#07200D (or 0x07200D) is unknown color: approx Black Bean. HEX triplet: 07, 20 and 0D. RGB value is (7,32,13). Sum of RGB (Red+Green+Blue) = 7+32+13=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #07200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200D is #F8DFF2. Grayscale: #161616. Windows color (decimal): -16310259 or 860167. OLE color: 860167.

HSL color Cylindrical-coordinate representation of color #07200D: hue angle of 134.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07200D is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB73213-
CMYK0.7800.590.87
HSL134.4º64.1%7.65%-
HSV(B)134.4º78.12%12.55%-
XYZ0.681.110.56-
YUV22.36122.72117.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 13 (5.47% from 255) = 25%
R=13.46%
G=61.54%
B=25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal732130.7800.590.87134.464.17.65
Hex720D4E03B5786408
Octal7401511607312720610010
Binary11110000011011001110011101110101111000011010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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