#07240B

Color #07240B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #07240B

Tints of Black Bean #07240B

Color information

#07240B (or 0x07240B) is unknown color: approx Black Bean. HEX triplet: 07, 24 and 0B. RGB value is (7,36,11). Sum of RGB (Red+Green+Blue) = 7+36+11=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #07240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07240B is #F8DBF4. Grayscale: #181818. Windows color (decimal): -16309237 or 730119. OLE color: 730119.

HSL color Cylindrical-coordinate representation of color #07240B: hue angle of 128.28º 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 #07240B is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB73611-
CMYK0.8100.690.86
HSL128.28º67.44%8.43%-
HSV(B)128.28º80.56%14.12%-
XYZ0.781.330.53-
YUV24.48120.39115.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=12.96%
G=66.67%
B=20.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal736110.8100.690.86128.2867.448.43
Hex724B510455680438
Octal74413121010512620010310
Binary111100100101110100010100010110101101000000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07240B;
 }
 .AnyTagClassName
 {
   color: #07240B;
 }
</style>
background-color css

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

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

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

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

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

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