#07210B

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

Shades of Black Bean #07210B

Tints of Black Bean #07210B

Color information

#07210B (or 0x07210B) is unknown color: approx 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

RGB73311-
CMYK0.7900.670.87
HSL129.23º65%7.84%-
HSV(B)129.23º78.79%12.94%-
XYZ0.691.160.5-
YUV22.72121.39116.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal733110.7900.670.87129.23657.84
Hex721B4F0435781418
Octal74113117010312720110110
Binary111100001101110011110100001110101111000000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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