#0A270F

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

Shades of Black Bean #0A270F

Tints of Black Bean #0A270F

Color information

#0A270F (or 0x0A270F) is unknown color: approx Black Bean. HEX triplet: 0A, 27 and 0F. RGB value is (10,39,15). Sum of RGB (Red+Green+Blue) = 10+39+15=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0A270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A270F is #F5D8F0. Grayscale: #1B1B1B. Windows color (decimal): -16111857 or 993034. OLE color: 993034.

HSL color Cylindrical-coordinate representation of color #0A270F: hue angle of 130.34º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A270F is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB103915-
CMYK0.7400.620.85
HSL130.34º59.18%9.61%-
HSV(B)130.34º74.36%15.29%-
XYZ0.941.550.7-
YUV27.59120.89115.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=15.62%
G=60.94%
B=23.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1039150.7400.620.85130.3459.189.61
HexA27F4A03E55823ba
Octal1247171120761252027312
Binary10101001111111100101001111101010101100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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