#0A240E

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

Shades of Black Bean #0A240E

Tints of Black Bean #0A240E

Color information

#0A240E (or 0x0A240E) is unknown color: approx Black Bean. HEX triplet: 0A, 24 and 0E. RGB value is (10,36,14). Sum of RGB (Red+Green+Blue) = 10+36+14=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240E is #F5DBF1. Grayscale: #191919. Windows color (decimal): -16112626 or 926730. OLE color: 926730.

HSL color Cylindrical-coordinate representation of color #0A240E: hue angle of 129.23º 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 #0A240E is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB103614-
CMYK0.7200.610.86
HSL129.23º56.52%9.02%-
HSV(B)129.23º72.22%14.12%-
XYZ0.841.360.63-
YUV25.72121.39116.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=16.67%
G=60%
B=23.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036140.7200.610.86129.2356.529.02
HexA24E4803D5681399
Octal1244161100751262017111
Binary10101001001110100100001111011010110100000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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