Html Css Color HEX #07260C Black Bean

📋 copy color: '#07260C'

red 7 ◦ green 38 ◦ blue 12

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

Shades of Black Bean #07260C

Tints of Black Bean #07260C

RGB

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

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

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

R = 12.28%
G = 66.67%
B = 21.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#07260C (or 0x07260C) is known color: Black Bean. HEX triplet: 07, 26 and 0C. RGB value is (7,38,12). Sum of RGB (Red+Green+Blue) = 7+38+12=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #07260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260C is #F8D9F3. Grayscale: #191919. Windows color (decimal): -16308724 or 796167. OLE color: 796167.

HSL color Cylindrical-coordinate representation of color #07260C: hue angle of 129.68º 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 #07260C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 12 -
CMYK 0.82 0 0.68 0.85
HSL 129.68º 0.69% 0.09% -
HSV(B) 129.68º 0.82% 0.15% -
XYZ 0.85 1.46 0.58 -
YUV 25.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 7 38 12 0.82 0 0.68 0.85 129.68 0.69 0.09
Hex 7 26 C 52 0 44 55 82 45 9
Octal 7 46 14 122 0 104 125 202 105 11
Binary 111 100110 1100 1010010 0 1000100 1010101 10000010 1000101 1001

Color Harmonies of #07260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07260C

Black with #07260C

Text Example


Text Example

White with #07260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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