Html Css Color HEX #07200B Black Bean

📋 copy color: '#07200B'

red 7 ◦ green 32 ◦ blue 11

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

Shades of Black Bean #07200B

Tints of Black Bean #07200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22%

R = 14%
G = 64%
B = 22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#07200B (or 0x07200B) is known color: Black Bean. HEX triplet: 07, 20 and 0B. RGB value is (7,32,11). Sum of RGB (Red+Green+Blue) = 7+32+11=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #07200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07200B is #F8DFF4. Grayscale: #161616. Windows color (decimal): -16310261 or 729095. OLE color: 729095.

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

Color convert

RGB 7 32 11 -
CMYK 0.78 0 0.66 0.87
HSL 129.6º 0.64% 0.08% -
HSV(B) 129.6º 0.78% 0.13% -
XYZ 0.66 1.1 0.49 -
YUV 22.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 7 32 11 0.78 0 0.66 0.87 129.6 0.64 0.08
Hex 7 20 B 4E 0 42 57 82 40 8
Octal 7 40 13 116 0 102 127 202 100 10
Binary 111 100000 1011 1001110 0 1000010 1010111 10000010 1000000 1000

Color Harmonies of #07200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07200B

Black with #07200B

Text Example


Text Example

White with #07200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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