#0B270E

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

Shades of Black Bean #0B270E

Tints of Black Bean #0B270E

Color information

#0B270E (or 0x0B270E) is unknown color: approx Black Bean. HEX triplet: 0B, 27 and 0E. RGB value is (11,39,14). Sum of RGB (Red+Green+Blue) = 11+39+14=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0B270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B270E is #F4D8F1. Grayscale: #1B1B1B. Windows color (decimal): -16046322 or 927499. OLE color: 927499.

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

Color convert

RGB113914-
CMYK0.7200.640.85
HSL126.43º56%9.8%-
HSV(B)126.43º71.79%15.29%-
XYZ0.941.550.67-
YUV27.78120.22116.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 14 (5.86% from 255) = 21.88%
R=17.19%
G=60.94%
B=21.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139140.7200.640.85126.43569.8
HexB27E48040557e38a
Octal13471611001001251767012
Binary10111001111110100100001000000101010111111101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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