Html Css Color HEX #07240C Black Bean

📋 copy color: '#07240C'

red 7 ◦ green 36 ◦ blue 12

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

Shades of Black Bean #07240C

Tints of Black Bean #07240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 65.45%

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

R = 12.73%
G = 65.45%
B = 21.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#07240C (or 0x07240C) is known color: Black Bean. HEX triplet: 07, 24 and 0C. RGB value is (7,36,12). Sum of RGB (Red+Green+Blue) = 7+36+12=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #07240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07240C is #F8DBF3. Grayscale: #181818. Windows color (decimal): -16309236 or 795655. OLE color: 795655.

HSL color Cylindrical-coordinate representation of color #07240C: hue angle of 130.34º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07240C is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 12 -
CMYK 0.81 0 0.67 0.86
HSL 130.34º 0.67% 0.08% -
HSV(B) 130.34º 0.81% 0.14% -
XYZ 0.78 1.33 0.56 -
YUV 24.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 7 36 12 0.81 0 0.67 0.86 130.34 0.67 0.08
Hex 7 24 C 51 0 43 56 82 43 8
Octal 7 44 14 121 0 103 126 202 103 10
Binary 111 100100 1100 1010001 0 1000011 1010110 10000010 1000011 1000

Color Harmonies of #07240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07240C

Black with #07240C

Text Example


Text Example

White with #07240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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