#071F0C

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

Shades of Black Bean #071F0C

Tints of Black Bean #071F0C

Color information

#071F0C (or 0x071F0C) is unknown color: approx Black Bean. HEX triplet: 07, 1F and 0C. RGB value is (7,31,12). Sum of RGB (Red+Green+Blue) = 7+31+12=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #071F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F0C is #F8E0F3. Grayscale: #151515. Windows color (decimal): -16310516 or 794375. OLE color: 794375.

HSL color Cylindrical-coordinate representation of color #071F0C: hue angle of 132.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F0C is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB73112-
CMYK0.7700.610.88
HSL132.5º63.16%7.45%-
HSV(B)132.5º77.42%12.16%-
XYZ0.641.050.52-
YUV21.66122.55117.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 31 (12.5% from 255) = 62%
BLUE value IS 12 (5.08% from 255) = 24%
R=14%
G=62%
B=24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal731120.7700.610.88132.563.167.45
Hex71FC4D03D58843f7
Octal73714115075130204777
Binary11111111110010011010111101101100010000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,12); }

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

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

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

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

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

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

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