Html Css Color HEX #071A0C Black Bean

📋 copy color: '#071A0C'

red 7 ◦ green 26 ◦ blue 12

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

Shades of Black Bean #071A0C

Tints of Black Bean #071A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 57.78%

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

R = 15.56%
G = 57.78%
B = 26.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#071A0C (or 0x071A0C) is known color: Black Bean. HEX triplet: 07, 1A and 0C. RGB value is (7,26,12). Sum of RGB (Red+Green+Blue) = 7+26+12=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #071A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A0C is #F8E5F3. Grayscale: #121212. Windows color (decimal): -16311796 or 793095. OLE color: 793095.

HSL color Cylindrical-coordinate representation of color #071A0C: hue angle of 135.79º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A0C is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 26 12 -
CMYK 0.73 0 0.54 0.90
HSL 135.79º 0.58% 0.06% -
HSV(B) 135.79º 0.73% 0.1% -
XYZ 0.52 0.81 0.48 -
YUV 18.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 7 26 12 0.73 0 0.54 0.90 135.79 0.58 0.06
Hex 7 1A C 49 0 36 5A 88 3A 6
Octal 7 32 14 111 0 66 132 210 72 6
Binary 111 11010 1100 1001001 0 110110 1011010 10001000 111010 110

Color Harmonies of #071A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A0C

Black with #071A0C

Text Example


Text Example

White with #071A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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