#0B150E

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

Shades of Black Bean #0B150E

Tints of Black Bean #0B150E

Color information

#0B150E (or 0x0B150E) is unknown color: approx Black Bean. HEX triplet: 0B, 15 and 0E. RGB value is (11,21,14). Sum of RGB (Red+Green+Blue) = 11+21+14=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150E is #F4EAF1. Grayscale: #111111. Windows color (decimal): -16050930 or 922891. OLE color: 922891.

HSL color Cylindrical-coordinate representation of color #0B150E: hue angle of 138º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B150E is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB112114-
CMYK0.4800.330.92
HSL138º31.25%6.27%-
HSV(B)138º47.62%8.24%-
XYZ0.490.640.51-
YUV17.21126.19123.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=23.91%
G=45.65%
B=30.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121140.4800.330.9213831.256.27
HexB15E300215C8a1f6
Octal13251660041134212376
Binary1011101011110110000010000110111001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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