#071E0C

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

Shades of Black Bean #071E0C

Tints of Black Bean #071E0C

Color information

#071E0C (or 0x071E0C) is unknown color: approx Black Bean. HEX triplet: 07, 1E and 0C. RGB value is (7,30,12). Sum of RGB (Red+Green+Blue) = 7+30+12=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #071E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E0C is #F8E1F3. Grayscale: #151515. Windows color (decimal): -16310772 or 794119. OLE color: 794119.

HSL color Cylindrical-coordinate representation of color #071E0C: hue angle of 133.04º degrees, saturation: 0.62, 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 #071E0C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB73012-
CMYK0.7700.600.88
HSL133.04º62.16%7.25%-
HSV(B)133.04º76.67%11.76%-
XYZ0.6210.51-
YUV21.07122.88117.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=14.29%
G=61.22%
B=24.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal730120.7700.600.88133.0462.167.25
Hex71EC4D03C58853e7
Octal73614115074130205767
Binary11111110110010011010111100101100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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