#0A240D

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

Shades of Black Bean #0A240D

Tints of Black Bean #0A240D

Color information

#0A240D (or 0x0A240D) is unknown color: approx Black Bean. HEX triplet: 0A, 24 and 0D. RGB value is (10,36,13). Sum of RGB (Red+Green+Blue) = 10+36+13=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240D is #F5DBF2. Grayscale: #191919. Windows color (decimal): -16112627 or 861194. OLE color: 861194.

HSL color Cylindrical-coordinate representation of color #0A240D: hue angle of 126.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A240D is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB103613-
CMYK0.7200.640.86
HSL126.92º56.52%9.02%-
HSV(B)126.92º72.22%14.12%-
XYZ0.831.360.6-
YUV25.6120.89116.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=16.95%
G=61.02%
B=22.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036130.7200.640.86126.9256.529.02
HexA24D48040567f399
Octal12441511001001261777111
Binary10101001001101100100001000000101011011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A240D; }

 p { color: rgb(10,36,13); }

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

<style>
 a { background-color: #0A240D; }

 a { background-color: rgb(10,36,13); }

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

<style>
 span { border-color: #0A240D; }

 span { border-color: rgb(10,36,13); }

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