#0A1A0F

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

Shades of Black Bean #0A1A0F

Tints of Black Bean #0A1A0F

Color information

#0A1A0F (or 0x0A1A0F) is unknown color: approx Black Bean. HEX triplet: 0A, 1A and 0F. RGB value is (10,26,15). Sum of RGB (Red+Green+Blue) = 10+26+15=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A0F is #F5E5F0. Grayscale: #131313. Windows color (decimal): -16115185 or 989706. OLE color: 989706.

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

Color convert

RGB102615-
CMYK0.6200.420.90
HSL138.75º44.44%7.06%-
HSV(B)138.75º61.54%10.2%-
XYZ0.580.840.58-
YUV19.96125.2120.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.61%
GREEN value IS 26 (10.55% from 255) = 50.98%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=19.61%
G=50.98%
B=29.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1026150.6200.420.90138.7544.447.06
HexA1AF3E02A5A8b2c7
Octal12321776052132213547
Binary10101101011111111100101010101101010001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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