#0B1C0F

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

Shades of Black Bean #0B1C0F

Tints of Black Bean #0B1C0F

Color information

#0B1C0F (or 0x0B1C0F) is unknown color: approx Black Bean. HEX triplet: 0B, 1C and 0F. RGB value is (11,28,15). Sum of RGB (Red+Green+Blue) = 11+28+15=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C0F is #F4E3F0. Grayscale: #151515. Windows color (decimal): -16049137 or 990219. OLE color: 990219.

HSL color Cylindrical-coordinate representation of color #0B1C0F: hue angle of 134.12º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B1C0F is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB112815-
CMYK0.6100.460.89
HSL134.12º43.59%7.65%-
HSV(B)134.12º60.71%10.98%-
XYZ0.640.940.6-
YUV21.44124.37120.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=20.37%
G=51.85%
B=27.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1128150.6100.460.89134.1243.597.65
HexB1CF3D02E59862c8
Octal133417750561312065410
Binary101111100111111110101011101011001100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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