Html Css Color HEX #071E0A Black Bean

📋 copy color: '#071E0A'

red 7 ◦ green 30 ◦ blue 10

#071E0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #071E0A

Tints of Black Bean #071E0A

RGB

 RED value IS 7 (3.13% from 255) = 14.89%

 GREEN value IS 30 (12.11% from 255) = 63.83%

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 14.89%
G = 63.83%
B = 21.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#071E0A (or 0x071E0A) is known color: Black Bean. HEX triplet: 07, 1E and 0A. RGB value is (7,30,10). Sum of RGB (Red+Green+Blue) = 7+30+10=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #071E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E0A is #F8E1F5. Grayscale: #141414. Windows color (decimal): -16310774 or 663047. OLE color: 663047.

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

Color convert

RGB 7 30 10 -
CMYK 0.77 0 0.67 0.88
HSL 127.83º 0.62% 0.07% -
HSV(B) 127.83º 0.77% 0.12% -
XYZ 0.61 1 0.45 -
YUV 20.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 7 30 10 0.77 0 0.67 0.88 127.83 0.62 0.07
Hex 7 1E A 4D 0 43 58 80 3E 7
Octal 7 36 12 115 0 103 130 200 76 7
Binary 111 11110 1010 1001101 0 1000011 1011000 10000000 111110 111

Color Harmonies of #071E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E0A

Black with #071E0A

Text Example


Text Example

White with #071E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #071E0A;
 }
 .AnyTagClassName
 {
   color: #071E0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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