#0B180F

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

Shades of Black Bean #0B180F

Tints of Black Bean #0B180F

Color information

#0B180F (or 0x0B180F) is unknown color: approx Black Bean. HEX triplet: 0B, 18 and 0F. RGB value is (11,24,15). Sum of RGB (Red+Green+Blue) = 11+24+15=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180F is #F4E7F0. Grayscale: #131313. Windows color (decimal): -16050161 or 989195. OLE color: 989195.

HSL color Cylindrical-coordinate representation of color #0B180F: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B180F is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB112415-
CMYK0.5400.370.91
HSL138.46º37.14%6.86%-
HSV(B)138.46º54.17%9.41%-
XYZ0.550.760.57-
YUV19.09125.69122.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 15 (6.25% from 255) = 30%
R=22%
G=48%
B=30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124150.5400.370.91138.4637.146.86
HexB18F360255B8a257
Octal13301766045133212457
Binary10111100011111101100100101101101110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,24,15); }

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

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

 a { background-color: rgb(11,24,15); }

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

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

 span { border-color: rgb(11,24,15); }

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