#071C07

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

Shades of Black Bean #071C07

Tints of Black Bean #071C07

Color information

#071C07 (or 0x071C07) is unknown color: approx Black Bean. HEX triplet: 07, 1C and 07. RGB value is (7,28,7). Sum of RGB (Red+Green+Blue) = 7+28+7=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #071C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C07 is #F8E3F8. Grayscale: #131313. Windows color (decimal): -16311289 or 465927. OLE color: 465927.

HSL color Cylindrical-coordinate representation of color #071C07: hue angle of 120º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C07 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.

Color convert

RGB7287-
CMYK0.7500.750.89
HSL120º60%6.86%-
HSV(B)120º75%10.98%-
XYZ0.540.890.34-
YUV19.33121.04119.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 28 (11.33% from 255) = 66.67%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=16.67%
G=66.67%
B=16.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72870.7500.750.89120606.86
Hex71C74B04B59783c7
Octal73471130113131170747
Binary1111110011110010110100101110110011111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C07; }

 p { color: rgb(7,28,7); }

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

<style>
 a { background-color: #071C07; }

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

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

<style>
 span { border-color: #071C07; }

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

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