Html Css Color HEX #071B0A Black Bean

📋 copy color: '#071B0A'

red 7 ◦ green 27 ◦ blue 10

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

Shades of Black Bean #071B0A

Tints of Black Bean #071B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 61.36%

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

R = 15.91%
G = 61.36%
B = 22.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#071B0A (or 0x071B0A) is known color: Black Bean. HEX triplet: 07, 1B and 0A. RGB value is (7,27,10). Sum of RGB (Red+Green+Blue) = 7+27+10=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0A is #F8E4F5. Grayscale: #131313. Windows color (decimal): -16311542 or 662279. OLE color: 662279.

HSL color Cylindrical-coordinate representation of color #071B0A: hue angle of 129º 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 #071B0A is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 27 10 -
CMYK 0.74 0 0.63 0.89
HSL 129º 0.59% 0.07% -
HSV(B) 129º 0.74% 0.11% -
XYZ 0.53 0.85 0.42 -
YUV 19.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 7 27 10 0.74 0 0.63 0.89 129 0.59 0.07
Hex 7 1B A 4A 0 3F 59 81 3B 7
Octal 7 33 12 112 0 77 131 201 73 7
Binary 111 11011 1010 1001010 0 111111 1011001 10000001 111011 111

Color Harmonies of #071B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B0A

Black with #071B0A

Text Example


Text Example

White with #071B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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