#0A270E

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

Shades of Black Bean #0A270E

Tints of Black Bean #0A270E

Color information

#0A270E (or 0x0A270E) is unknown color: approx Black Bean. HEX triplet: 0A, 27 and 0E. RGB value is (10,39,14). Sum of RGB (Red+Green+Blue) = 10+39+14=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #0A270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A270E is #F5D8F1. Grayscale: #1B1B1B. Windows color (decimal): -16111858 or 927498. OLE color: 927498.

HSL color Cylindrical-coordinate representation of color #0A270E: hue angle of 128.28º 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 #0A270E is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB103914-
CMYK0.7400.640.85
HSL128.28º59.18%9.61%-
HSV(B)128.28º74.36%15.29%-
XYZ0.931.550.67-
YUV27.48120.39115.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=15.87%
G=61.90%
B=22.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1039140.7400.640.85128.2859.189.61
HexA27E4A04055803ba
Octal12471611201001252007312
Binary101010011111101001010010000001010101100000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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