Html Css Color HEX #071C0A Black Bean

📋 copy color: '#071C0A'

red 7 ◦ green 28 ◦ blue 10

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

Shades of Black Bean #071C0A

Tints of Black Bean #071C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.22%

R = 15.56%
G = 62.22%
B = 22.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.89

RGB Variations

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

Color information

#071C0A (or 0x071C0A) is known color: Black Bean. HEX triplet: 07, 1C and 0A. RGB value is (7,28,10). Sum of RGB (Red+Green+Blue) = 7+28+10=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0A is #F8E3F5. Grayscale: #131313. Windows color (decimal): -16311286 or 662535. OLE color: 662535.

HSL color Cylindrical-coordinate representation of color #071C0A: hue angle of 128.57º 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 #071C0A is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 28 10 -
CMYK 0.75 0 0.64 0.89
HSL 128.57º 0.6% 0.07% -
HSV(B) 128.57º 0.75% 0.11% -
XYZ 0.56 0.9 0.43 -
YUV 19.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 7 28 10 0.75 0 0.64 0.89 128.57 0.6 0.07
Hex 7 1C A 4B 0 40 59 81 3C 7
Octal 7 34 12 113 0 100 131 201 74 7
Binary 111 11100 1010 1001011 0 1000000 1011001 10000001 111100 111

Color Harmonies of #071C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C0A

Black with #071C0A

Text Example


Text Example

White with #071C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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