Html Css Color HEX #07260A Black Bean

📋 copy color: '#07260A'

red 7 ◦ green 38 ◦ blue 10

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

Shades of Black Bean #07260A

Tints of Black Bean #07260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 69.09%

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

R = 12.73%
G = 69.09%
B = 18.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#07260A (or 0x07260A) is known color: Black Bean. HEX triplet: 07, 26 and 0A. RGB value is (7,38,10). Sum of RGB (Red+Green+Blue) = 7+38+10=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #07260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260A is #F8D9F5. Grayscale: #191919. Windows color (decimal): -16308726 or 665095. OLE color: 665095.

HSL color Cylindrical-coordinate representation of color #07260A: hue angle of 125.81º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07260A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 10 -
CMYK 0.82 0 0.74 0.85
HSL 125.81º 0.69% 0.09% -
HSV(B) 125.81º 0.82% 0.15% -
XYZ 0.84 1.45 0.52 -
YUV 25.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 7 38 10 0.82 0 0.74 0.85 125.81 0.69 0.09
Hex 7 26 A 52 0 4A 55 7E 45 9
Octal 7 46 12 122 0 112 125 176 105 11
Binary 111 100110 1010 1010010 0 1001010 1010101 1111110 1000101 1001

Color Harmonies of #07260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07260A

Black with #07260A

Text Example


Text Example

White with #07260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07260A; }

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

 H1.HeaderClassName
 {
   color: #07260A;
 }
 .AnyTagClassName
 {
   color: #07260A;
 }
</style>

background-color css

<style>
 a { background-color: #07260A; }

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

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

border-color css

<style>
 span { border-color: #07260A; }

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

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