#071A0B

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

Shades of Black Bean #071A0B

Tints of Black Bean #071A0B

Color information

#071A0B (or 0x071A0B) is unknown color: approx Black Bean. HEX triplet: 07, 1A and 0B. RGB value is (7,26,11). Sum of RGB (Red+Green+Blue) = 7+26+11=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #071A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A0B is #F8E5F4. Grayscale: #121212. Windows color (decimal): -16311797 or 727559. OLE color: 727559.

HSL color Cylindrical-coordinate representation of color #071A0B: hue angle of 132.63º 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 #071A0B is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB72611-
CMYK0.7300.580.90
HSL132.63º57.58%6.47%-
HSV(B)132.63º73.08%10.2%-
XYZ0.520.810.45-
YUV18.61123.71119.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 26 (10.55% from 255) = 59.09%
BLUE value IS 11 (4.69% from 255) = 25%
R=15.91%
G=59.09%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal726110.7300.580.90132.6357.586.47
Hex71AB4903A5A853a6
Octal73213111072132205726
Binary11111010101110010010111010101101010000101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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