#0B150D

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

Shades of Black Bean #0B150D

Tints of Black Bean #0B150D

Color information

#0B150D (or 0x0B150D) is unknown color: approx Black Bean. HEX triplet: 0B, 15 and 0D. RGB value is (11,21,13). Sum of RGB (Red+Green+Blue) = 11+21+13=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150D is #F4EAF2. Grayscale: #111111. Windows color (decimal): -16050931 or 857355. OLE color: 857355.

HSL color Cylindrical-coordinate representation of color #0B150D: hue angle of 132º 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 #0B150D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB112113-
CMYK0.4800.380.92
HSL132º31.25%6.27%-
HSV(B)132º47.62%8.24%-
XYZ0.480.640.48-
YUV17.1125.69123.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=24.44%
G=46.67%
B=28.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121130.4800.380.9213231.256.27
HexB15D300265C841f6
Octal13251560046134204376
Binary1011101011101110000010011010111001000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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