#0D240E

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

Shades of Black Bean #0D240E

Tints of Black Bean #0D240E

Color information

#0D240E (or 0x0D240E) is unknown color: approx Black Bean. HEX triplet: 0D, 24 and 0E. RGB value is (13,36,14). Sum of RGB (Red+Green+Blue) = 13+36+14=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0D240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D240E is #F2DBF1. Grayscale: #1A1A1A. Windows color (decimal): -15916018 or 926733. OLE color: 926733.

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

Color convert

RGB133614-
CMYK0.6400.610.86
HSL122.61º46.94%9.61%-
HSV(B)122.61º63.89%14.12%-
XYZ0.881.380.64-
YUV26.62120.88118.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 36 (14.45% from 255) = 57.14%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=20.63%
G=57.14%
B=22.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1336140.6400.610.86122.6146.949.61
HexD24E4003D567b2fa
Octal1544161000751261735712
Binary1101100100111010000000111101101011011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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