Html Css Color HEX #071D0D Black Bean

📋 copy color: '#071D0D'

red 7 ◦ green 29 ◦ blue 13

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

Shades of Black Bean #071D0D

Tints of Black Bean #071D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 59.18%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 14.29%
G = 59.18%
B = 26.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#071D0D (or 0x071D0D) is known color: Black Bean. HEX triplet: 07, 1D and 0D. RGB value is (7,29,13). Sum of RGB (Red+Green+Blue) = 7+29+13=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #071D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D0D is #F8E2F2. Grayscale: #141414. Windows color (decimal): -16311027 or 859399. OLE color: 859399.

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

Color convert

RGB 7 29 13 -
CMYK 0.76 0 0.55 0.89
HSL 136.36º 0.61% 0.07% -
HSV(B) 136.36º 0.76% 0.11% -
XYZ 0.6 0.95 0.53 -
YUV 20.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 7 29 13 0.76 0 0.55 0.89 136.36 0.61 0.07
Hex 7 1D D 4C 0 37 59 88 3D 7
Octal 7 35 15 114 0 67 131 210 75 7
Binary 111 11101 1101 1001100 0 110111 1011001 10001000 111101 111

Color Harmonies of #071D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D0D

Black with #071D0D

Text Example


Text Example

White with #071D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,29,13); }

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

background-color css

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

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

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

border-color css

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

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

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