#0A1F10

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

Shades of Black Bean #0A1F10

Tints of Black Bean #0A1F10

Color information

#0A1F10 (or 0x0A1F10) is unknown color: approx Black Bean. HEX triplet: 0A, 1F and 10. RGB value is (10,31,16). Sum of RGB (Red+Green+Blue) = 10+31+16=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #0A1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1F10 is #F5E0EF. Grayscale: #171717. Windows color (decimal): -16113904 or 1056522. OLE color: 1056522.

HSL color Cylindrical-coordinate representation of color #0A1F10: hue angle of 137.14º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1F10 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB103116-
CMYK0.6800.480.88
HSL137.14º51.22%8.04%-
HSV(B)137.14º67.74%12.16%-
XYZ0.711.080.66-
YUV23.01124.04118.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 31 (12.5% from 255) = 54.39%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=17.54%
G=54.39%
B=28.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1031160.6800.480.88137.1451.228.04
HexA1F10440305889338
Octal1237201040601302116310
Binary10101111110000100010001100001011000100010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,31,16); }

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

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

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

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

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

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

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