Html Css Color HEX #071506 Black Bean

📋 copy color: '#071506'

red 7 ◦ green 21 ◦ blue 6

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

Shades of Black Bean #071506

Tints of Black Bean #071506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 61.76%

 BLUE value IS 6 (2.73% from 255) = 17.65%

R = 20.59%
G = 61.76%
B = 17.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#071506 (or 0x071506) is known color: Black Bean. HEX triplet: 07, 15 and 06. RGB value is (7,21,6). Sum of RGB (Red+Green+Blue) = 7+21+6=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #071506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071506 is #F8EAF9. Grayscale: #0F0F0F. Windows color (decimal): -16313082 or 398599. OLE color: 398599.

HSL color Cylindrical-coordinate representation of color #071506: hue angle of 116º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071506 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 21 6 -
CMYK 0.67 0 0.71 0.92
HSL 116º 0.56% 0.05% -
HSV(B) 116º 0.71% 0.08% -
XYZ 0.39 0.59 0.27 -
YUV 15.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 7 21 6 0.67 0 0.71 0.92 116 0.56 0.05
Hex 7 15 6 43 0 47 5C 74 38 5
Octal 7 25 6 103 0 107 134 164 70 5
Binary 111 10101 110 1000011 0 1000111 1011100 1110100 111000 101

Color Harmonies of #071506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071506

Black with #071506

Text Example


Text Example

White with #071506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071506; }

 p { color: rgb(7,21,6); }

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

background-color css

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

 a { background-color: rgb(7,21,6); }

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

border-color css

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

 span { border-color: rgb(7,21,6); }

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