#0A240B

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

Shades of Black Bean #0A240B

Tints of Black Bean #0A240B

Color information

#0A240B (or 0x0A240B) is unknown color: approx Black Bean. HEX triplet: 0A, 24 and 0B. RGB value is (10,36,11). Sum of RGB (Red+Green+Blue) = 10+36+11=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #0A240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A240B is #F5DBF4. Grayscale: #191919. Windows color (decimal): -16112629 or 730122. OLE color: 730122.

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

Color convert

RGB103611-
CMYK0.7200.690.86
HSL122.31º56.52%9.02%-
HSV(B)122.31º72.22%14.12%-
XYZ0.821.350.53-
YUV25.38119.89117.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=17.54%
G=63.16%
B=19.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036110.7200.690.86122.3156.529.02
HexA24B48045567a399
Octal12441311001051261727111
Binary10101001001011100100001000101101011011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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