Html Css Color HEX #07200A Black Bean

📋 copy color: '#07200A'

red 7 ◦ green 32 ◦ blue 10

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

Shades of Black Bean #07200A

Tints of Black Bean #07200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 65.31%

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

R = 14.29%
G = 65.31%
B = 20.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#07200A (or 0x07200A) is known color: Black Bean. HEX triplet: 07, 20 and 0A. RGB value is (7,32,10). Sum of RGB (Red+Green+Blue) = 7+32+10=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #07200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200A is #F8DFF5. Grayscale: #161616. Windows color (decimal): -16310262 or 663559. OLE color: 663559.

HSL color Cylindrical-coordinate representation of color #07200A: hue angle of 127.2º 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 #07200A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 10 -
CMYK 0.78 0 0.69 0.87
HSL 127.2º 0.64% 0.08% -
HSV(B) 127.2º 0.78% 0.13% -
XYZ 0.66 1.1 0.46 -
YUV 22.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 7 32 10 0.78 0 0.69 0.87 127.2 0.64 0.08
Hex 7 20 A 4E 0 45 57 7F 40 8
Octal 7 40 12 116 0 105 127 177 100 10
Binary 111 100000 1010 1001110 0 1000101 1010111 1111111 1000000 1000

Color Harmonies of #07200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07200A

Black with #07200A

Text Example


Text Example

White with #07200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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