Html Css Color HEX #071F0C Black Bean

📋 copy color: '#071F0C'

red 7 ◦ green 31 ◦ blue 12

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

Shades of Black Bean #071F0C

Tints of Black Bean #071F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 62%

 BLUE value IS 12 (5.08% from 255) = 24%

R = 14%
G = 62%
B = 24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#071F0C (or 0x071F0C) is known color: Black Bean. HEX triplet: 07, 1F and 0C. RGB value is (7,31,12). Sum of RGB (Red+Green+Blue) = 7+31+12=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #071F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F0C is #F8E0F3. Grayscale: #151515. Windows color (decimal): -16310516 or 794375. OLE color: 794375.

HSL color Cylindrical-coordinate representation of color #071F0C: hue angle of 132.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F0C is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 31 12 -
CMYK 0.77 0 0.61 0.88
HSL 132.5º 0.63% 0.07% -
HSV(B) 132.5º 0.77% 0.12% -
XYZ 0.64 1.05 0.52 -
YUV 21.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 7 31 12 0.77 0 0.61 0.88 132.5 0.63 0.07
Hex 7 1F C 4D 0 3D 58 84 3F 7
Octal 7 37 14 115 0 75 130 204 77 7
Binary 111 11111 1100 1001101 0 111101 1011000 10000100 111111 111

Color Harmonies of #071F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F0C

Black with #071F0C

Text Example


Text Example

White with #071F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,31,12); }

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

background-color css

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

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

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

border-color css

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

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

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