#0A180D

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

Shades of Black Bean #0A180D

Tints of Black Bean #0A180D

Color information

#0A180D (or 0x0A180D) is unknown color: approx Black Bean. HEX triplet: 0A, 18 and 0D. RGB value is (10,24,13). Sum of RGB (Red+Green+Blue) = 10+24+13=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180D is #F5E7F2. Grayscale: #121212. Windows color (decimal): -16115699 or 858122. OLE color: 858122.

HSL color Cylindrical-coordinate representation of color #0A180D: hue angle of 132.86º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A180D is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB102413-
CMYK0.5800.460.91
HSL132.86º41.18%6.67%-
HSV(B)132.86º58.33%9.41%-
XYZ0.520.750.5-
YUV18.56124.86121.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=21.28%
G=51.06%
B=27.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1024130.5800.460.91132.8641.186.67
HexA18D3A02E5B85297
Octal12301572056133205517
Binary10101100011011110100101110101101110000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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