#0A190F

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

Shades of Black Bean #0A190F

Tints of Black Bean #0A190F

Color information

#0A190F (or 0x0A190F) is unknown color: approx Black Bean. HEX triplet: 0A, 19 and 0F. RGB value is (10,25,15). Sum of RGB (Red+Green+Blue) = 10+25+15=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #0A190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A190F is #F5E6F0. Grayscale: #131313. Windows color (decimal): -16115441 or 989450. OLE color: 989450.

HSL color Cylindrical-coordinate representation of color #0A190F: hue angle of 140º 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 #0A190F is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB102515-
CMYK0.6000.400.90
HSL140º42.86%6.86%-
HSV(B)140º60%9.8%-
XYZ0.560.790.58-
YUV19.38125.53121.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1025150.6000.400.9014042.866.86
HexA19F3C0285A8c2b7
Octal12311774050132214537
Binary10101100111111111000101000101101010001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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