Html Css Color HEX #071507 Black Bean

📋 copy color: '#071507'

red 7 ◦ green 21 ◦ blue 7

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

Shades of Black Bean #071507

Tints of Black Bean #071507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 20%

R = 20%
G = 60%
B = 20%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#071507 (or 0x071507) is known color: Black Bean. HEX triplet: 07, 15 and 07. RGB value is (7,21,7). Sum of RGB (Red+Green+Blue) = 7+21+7=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #071507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071507 is #F8EAF8. Grayscale: #0F0F0F. Windows color (decimal): -16313081 or 464135. OLE color: 464135.

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

Color convert

RGB 7 21 7 -
CMYK 0.67 0 0.67 0.92
HSL 120º 0.5% 0.05% -
HSV(B) 120º 0.67% 0.08% -
XYZ 0.39 0.6 0.3 -
YUV 15.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 7 21 7 0.67 0 0.67 0.92 120 0.5 0.05
Hex 7 15 7 43 0 43 5C 78 32 5
Octal 7 25 7 103 0 103 134 170 62 5
Binary 111 10101 111 1000011 0 1000011 1011100 1111000 110010 101

Color Harmonies of #071507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071507

Black with #071507

Text Example


Text Example

White with #071507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071507; }

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

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

background-color css

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

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

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

border-color css

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

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

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