#071C0A

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

Shades of Black Bean #071C0A

Tints of Black Bean #071C0A

Color information

#071C0A (or 0x071C0A) is unknown color: approx Black Bean. HEX triplet: 07, 1C and 0A. RGB value is (7,28,10). Sum of RGB (Red+Green+Blue) = 7+28+10=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0A is #F8E3F5. Grayscale: #131313. Windows color (decimal): -16311286 or 662535. OLE color: 662535.

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

Color convert

RGB72810-
CMYK0.7500.640.89
HSL128.57º60%6.86%-
HSV(B)128.57º75%10.98%-
XYZ0.560.90.43-
YUV19.67122.54118.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 28 (11.33% from 255) = 62.22%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=15.56%
G=62.22%
B=22.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal728100.7500.640.89128.57606.86
Hex71CA4B04059813c7
Octal734121130100131201747
Binary111111001010100101101000000101100110000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,10); }

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

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

 a { background-color: rgb(7,28,10); }

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

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

 span { border-color: rgb(7,28,10); }

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