#071B0B

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

Shades of Black Bean #071B0B

Tints of Black Bean #071B0B

Color information

#071B0B (or 0x071B0B) is unknown color: approx Black Bean. HEX triplet: 07, 1B and 0B. RGB value is (7,27,11). Sum of RGB (Red+Green+Blue) = 7+27+11=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0B is #F8E4F4. Grayscale: #131313. Windows color (decimal): -16311541 or 727815. OLE color: 727815.

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

Color convert

RGB72711-
CMYK0.7400.590.89
HSL132º58.82%6.67%-
HSV(B)132º74.07%10.59%-
XYZ0.540.850.45-
YUV19.2123.37119.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 27 (10.94% from 255) = 60%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=15.56%
G=60%
B=24.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal727110.7400.590.8913258.826.67
Hex71BB4A03B59843b7
Octal73313112073131204737
Binary11111011101110010100111011101100110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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