Html Css Color HEX #07210B Black Bean

📋 copy color: '#07210B'

red 7 ◦ green 33 ◦ blue 11

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

Shades of Black Bean #07210B

Tints of Black Bean #07210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 64.71%

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

R = 13.73%
G = 64.71%
B = 21.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#07210B (or 0x07210B) is known color: Black Bean. HEX triplet: 07, 21 and 0B. RGB value is (7,33,11). Sum of RGB (Red+Green+Blue) = 7+33+11=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #07210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07210B is #F8DEF4. Grayscale: #161616. Windows color (decimal): -16310005 or 729351. OLE color: 729351.

HSL color Cylindrical-coordinate representation of color #07210B: hue angle of 129.23º degrees, saturation: 0.65, 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 #07210B is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 33 11 -
CMYK 0.79 0 0.67 0.87
HSL 129.23º 0.65% 0.08% -
HSV(B) 129.23º 0.79% 0.13% -
XYZ 0.69 1.16 0.5 -
YUV 22.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 7 33 11 0.79 0 0.67 0.87 129.23 0.65 0.08
Hex 7 21 B 4F 0 43 57 81 41 8
Octal 7 41 13 117 0 103 127 201 101 10
Binary 111 100001 1011 1001111 0 1000011 1010111 10000001 1000001 1000

Color Harmonies of #07210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07210B

Black with #07210B

Text Example


Text Example

White with #07210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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