Html Css Color HEX #071C0D Black Bean

📋 copy color: '#071C0D'

red 7 ◦ green 28 ◦ blue 13

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

Shades of Black Bean #071C0D

Tints of Black Bean #071C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 58.33%

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

R = 14.58%
G = 58.33%
B = 27.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#071C0D (or 0x071C0D) is known color: Black Bean. HEX triplet: 07, 1C and 0D. RGB value is (7,28,13). Sum of RGB (Red+Green+Blue) = 7+28+13=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0D is #F8E3F2. Grayscale: #141414. Windows color (decimal): -16311283 or 859143. OLE color: 859143.

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

Color convert

RGB 7 28 13 -
CMYK 0.75 0 0.54 0.89
HSL 137.14º 0.6% 0.07% -
HSV(B) 137.14º 0.75% 0.11% -
XYZ 0.58 0.9 0.53 -
YUV 20.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 7 28 13 0.75 0 0.54 0.89 137.14 0.6 0.07
Hex 7 1C D 4B 0 36 59 89 3C 7
Octal 7 34 15 113 0 66 131 211 74 7
Binary 111 11100 1101 1001011 0 110110 1011001 10001001 111100 111

Color Harmonies of #071C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C0D

Black with #071C0D

Text Example


Text Example

White with #071C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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