#071A08

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

Shades of Black Bean #071A08

Tints of Black Bean #071A08

Color information

#071A08 (or 0x071A08) is unknown color: approx Black Bean. HEX triplet: 07, 1A and 08. RGB value is (7,26,8). Sum of RGB (Red+Green+Blue) = 7+26+8=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #071A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A08 is #F8E5F7. Grayscale: #121212. Windows color (decimal): -16311800 or 530951. OLE color: 530951.

HSL color Cylindrical-coordinate representation of color #071A08: hue angle of 123.16º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A08 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB7268-
CMYK0.7300.690.90
HSL123.16º57.58%6.47%-
HSV(B)123.16º73.08%10.2%-
XYZ0.50.80.36-
YUV18.27122.21119.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=17.07%
G=63.41%
B=19.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal72680.7300.690.90123.1657.586.47
Hex71A8490455A7b3a6
Octal732101110105132173726
Binary11111010100010010010100010110110101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,8); }

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

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

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

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

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

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

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