#0A280D

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

Shades of Black Bean #0A280D

Tints of Black Bean #0A280D

Color information

#0A280D (or 0x0A280D) is unknown color: approx Black Bean. HEX triplet: 0A, 28 and 0D. RGB value is (10,40,13). Sum of RGB (Red+Green+Blue) = 10+40+13=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280D is #F5D7F2. Grayscale: #1C1C1C. Windows color (decimal): -16111603 or 862218. OLE color: 862218.

HSL color Cylindrical-coordinate representation of color #0A280D: hue angle of 126º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A280D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB104013-
CMYK0.7500.670.84
HSL126º60%9.8%-
HSV(B)126º75%15.69%-
XYZ0.961.610.64-
YUV27.95119.56115.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 40 (16.02% from 255) = 63.49%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=15.87%
G=63.49%
B=20.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1040130.7500.670.84126609.8
HexA28D4B043547e3ca
Octal12501511301031241767412
Binary10101010001101100101101000011101010011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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