#0A190A

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

Shades of Black Bean #0A190A

Tints of Black Bean #0A190A

Color information

#0A190A (or 0x0A190A) is unknown color: approx Black Bean. HEX triplet: 0A, 19 and 0A. RGB value is (10,25,10). Sum of RGB (Red+Green+Blue) = 10+25+10=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #0A190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A190A is #F5E6F5. Grayscale: #121212. Windows color (decimal): -16115446 or 661770. OLE color: 661770.

HSL color Cylindrical-coordinate representation of color #0A190A: hue angle of 120º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A190A is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB102510-
CMYK0.6000.600.90
HSL120º42.86%6.86%-
HSV(B)120º60%9.8%-
XYZ0.530.780.41-
YUV18.8123.03121.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=22.22%
G=55.56%
B=22.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1025100.6000.600.9012042.866.86
HexA19A3C03C5A782b7
Octal12311274074132170537
Binary1010110011010111100011110010110101111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,25,10); }

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

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

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

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

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

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

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